1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

Use Gradle from gradle.org in Gradle wrapper (#239)

During release we substitute the link to a binary hosted on GCS. The
normal GitHub build can use the binary on gradle.org
This commit is contained in:
Lai Jiang
2019-08-27 11:11:35 -04:00
committed by GitHub
parent dcceb0d49a
commit 844c47061b

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://storage.googleapis.com/domain-registry-dev-deploy/gradle/gradle-5.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists