mirror of
https://github.com/google/nomulus.git
synced 2025-07-04 10:13:30 +02:00
Do "gradlew build" insetead of just gradlew.
This commit is contained in:
parent
1b543d55a5
commit
a3a474964c
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ cache:
|
|||
install:
|
||||
- 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
|
||||
script: cd gradle && ../gradle-4.10.2/bin/gradle wrapper && ./gradlew build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue