Could not find org.gradle.wrapper.GradleWrapperMain
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Finished: FAILURE
use
gradle wrapper
It will update gradlew and gradle-wrapper.properties
Could not find
org.gradle.wrapper.GradleWrapperMain
use
It will update gradlew and gradle-wrapper.properties
and try again
Reference