Gradle loads every time I import a project in eclipse as gradle?

I tried to set up several gradle projects on my local machine. This is what I did:

Command line:

The directory for the project I want to create has been changed.

./gradlew build 

He started downloading the first time, which is very normal. Now, every time I try to build this project or any other project that uses the same version, it first loads gradle.

Eclipse

I tried to import the gradle project, and then BuildModel started loading the gradle, and now every time I try other projects or even try to import the same project, it starts loading.

Question

Is this normal or is the environment disturbed? If so, how can I fix it?

+5
source share

Source: https://habr.com/ru/post/1208904/


All Articles