mirror of
https://github.com/google/nomulus
synced 2026-02-04 20:12:23 +00:00
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:
@@ -12,4 +12,4 @@ cache:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
script: cd gradle && gradle wrapper && ./gradlew
|
||||
script: cd gradle && ./gradlew
|
||||
|
||||
Reference in New Issue
Block a user