Closed jovial closed 8 years ago
I will try and fix travis...
If I'm not wrong then the gradlew[.bat]
scripts alone are not sufficient but you also need the some jar?
I believe they go and download everything in order to make sure everyone is building with the same version of gradle. At least it seems to work that way for me ;-)
Turns out you were right about the gradle-wrapper.jar
looks like you pulled some java 8 classes while travis-ci uses java 7. From my side it's fine to use java 8 on travis but I don't know what to configure exactly in the travis.yml to change that.
Apparently there is jdk setting in the yml file: https://docs.travis-ci.com/user/languages/java/#Testing-Against-Multiple-JDKs
great, thanks!
No problem, you did the hard work. Thanks for all your work on andiodine by the way :-)
Added gradle wrapper and updated the build script for more modern tooling.