Gradle: fixing the gradle wrapper for a Java project
If the gradle wrapper for your project is broken, you can reinstall it with the “gradle wrapper” command. For example, below is a common error if you have cloned a git repository where the owner has not pushed all the necessary gradle components into the repo. $ ./gradlew –info Error: Could not find or load … Gradle: fixing the gradle wrapper for a Java project