Archiviert
13
0

Use gradle wrapper instead of travis ci's inbuilt gradle version. (#706)

At the moment travis will always use its pre installed gradle version what leads to unpredictable build behaviour as the version can change at any time. As this project has already defined a gradle wrapper the CI should use it.
Dieser Commit ist enthalten in:
Felix Klauke 2019-10-16 18:07:07 +02:00 committet von Dan Mulloy
Ursprung b5cff49358
Commit 4c43f125f9

Datei anzeigen

@ -1,7 +1,9 @@
language: java language: java
jdk: jdk:
- openjdk8 - openjdk8
script: gradle clean compileJava compileTestJava test script:
- chmod +x ./gradlew
- ./gradlew clean compileJava compileTestJava test
install: true install: true
notifications: notifications:
email: email: