Open widowert opened 2 years ago
Error on windows 10: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain
From StackOverflow: " You can add an exception for gradlew's jar files in .gitignore:
*.jar !gradle/wrapper/gradle-wrapper.jar
or force add the wrapper jar into git
git add -f gradle/wrapper/gradle-wrapper.jar "
Ahh whoops, thank you for this! should be fixed in the latest commit.
There seems to be a file missing that is necessary for the execution of the program. The file in question is: gradle/wrapper/gradle-wrapper.jar