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

Ask the gradle wrapper to download source as well

This helps IntelliJ display documentation when editing the `.gradle`
files.
This commit is contained in:
jianglai
2019-06-18 15:58:25 -04:00
committed by Lai Jiang
parent e7b00dc4ee
commit 2a04e1adb4

View File

@@ -1,5 +1,6 @@
#Tue Jun 18 15:57:55 EDT 2019
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip