0
votes

This is what I get when I enter ./gradlew deployNodes command. Is this an issue? It has been like this for awhile.

enter image description here

1

1 Answers

1
votes

That's fine. The Gradle wrapper is downloading the version of Gradle it wishes to use.

This can be slow on a slow internet connection, but should only happen once. Once downloaded, the version of Gradle is stored locally.