Issue:
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain. Bitbucket pipeline or Jenkins console output, the build is failed – “Could not find org.gradle.wrapper.GradleWrapperMain”
Solution:
This error will be thrown when gradlew build unable to find the gradle folder which contains the gradle-wrapper.jar file, if the generated gradle-wrapper.jar is not check-in/commit to bitbucket please check-in or add the file.
- gradle folder structure:
|---gradle |---wrapper |---gradle-wrapper.jar |---gradle-wrapper.properties |---gradlew |---gradlew.bat
0 comments:
Post a Comment