Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain #12

Open
vijeur opened this issue Apr 30, 2019 · 3 comments

Comments

@vijeur
Copy link

vijeur commented Apr 30, 2019

├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties

i think folder is missing

@JoeJenningsDMC
Copy link

Can confirm that I'm also having this issue

@JoeJenningsDMC
Copy link

Got it to build within a docker container: docker run --rm -v "$PWD":/home/gradle/project -w /home/gradle/project gradle:5.4.1-jdk8 gradle clean build

@korerajesh
Copy link

Hi Team

Even I am facing same issue not able to create the jar file

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

Could any one help on this if it is resolved

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants