From a4d10f03d6077ee8a28b9fac112f4cc6ef47958e Mon Sep 17 00:00:00 2001 From: Michael Muller Date: Wed, 31 Oct 2018 15:10:13 -0400 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f047734fe..a244bf0c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ -script: cd gradle && gradle wrapper && ./gradlew +script: cd gradle && ./gradlew