mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Fixed url and unzip in gradle download.
This commit is contained in:
parent
f5408b36e3
commit
1b543d55a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue