gleidsonmt / DashboardFx

JavaFx Dashboard
https://gleidsonmt.github.io/
GNU General Public License v3.0
462 stars 141 forks source link

gradlew doesn't work #35

Closed bdw429s closed 1 year ago

bdw429s commented 1 year ago

The gradlew.bat file references the non-existent jar

set CLASSPATH=%APP_HOME%\gradle\wrapper2\gradle-wrapper2.jar

and calls the non-existent main class

org.gradle.wrapper2.GradleWrapperMain

Gradle seems to run if I remove the 2's so was this just some testing that got committed on accident?

gleidsonmt commented 1 year ago

I'll continue in here #36