Use checked-in "gradlew" instead of rebuilding it.

We want to use a specific version of gradle, not the 4.0.1 version that travis
has lying around.
This commit is contained in:
Michael Muller 2018-10-31 15:10:13 -04:00
parent 513e2d2fce
commit 3aaebdb9e6

View file

@ -12,4 +12,4 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
script: cd gradle && gradle wrapper && ./gradlew
script: cd gradle && ./gradlew