cygni / paintbot

An alternative to Snakebot, inspired by Bomberman's paint mode
MIT License
0 stars 4 forks source link

Upgraded gradle wrapper to newer version that works with java 10+ #32

Closed emilb closed 6 years ago

emilb commented 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