mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 11:16:04 +02:00
Fixed url and unzip in gradle download.
This commit is contained in:
parent
4a408f023f
commit
bde594bf3f
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