Closed emilb closed 6 years ago
The reason the build was not working was because the gradle version was not compatible with newer java versions.
Make sure to always use the wrapper (./gradlew).
This now works:
./gradlew compileJava
The reason the build was not working was because the gradle version was not compatible with newer java versions.
Make sure to always use the wrapper (./gradlew).
This now works: