1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 04:21:07 +00:00

Fixed url and unzip in gradle download.

This commit is contained in:
Michael Muller
2018-10-31 15:50:30 -04:00
parent f5408b36e3
commit 1b543d55a5

View File

@@ -13,6 +13,6 @@ cache:
- $HOME/.gradle/wrapper/
install:
- wget gradle-4.10.2-bin.zip && unzip -l gradle-4.10.2-bin.zip
- wget http://services.gradle.org/distributions/gradle-4.10.2-bin.zip && unzip gradle-4.10.2-bin.zip
script: cd gradle && ../gradle-4.10.2/bin/gradle wrapper && ./gradlew