DarkVamprism / ImgSorterForSD

2 stars 0 forks source link

Missing gradle/wrapper/gradle-wrapper.jar #1

Open widowert opened 2 years ago

widowert commented 2 years ago

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

widowert commented 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 "

DarkVamprism commented 2 years ago

Ahh whoops, thank you for this! should be fixed in the latest commit.