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?
source share