1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 20:12:23 +00:00

Do "gradlew build" insetead of just gradlew.

This commit is contained in:
Michael Muller
2018-10-31 16:00:18 -04:00
parent 1b543d55a5
commit a3a474964c

View File

@@ -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