From 72e9ba31f8454a3c0b495b28e984f1b76691d5ed Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Thu, 19 Jul 2018 22:11:27 -0500 Subject: [PATCH] Use more complete Gradle package for better IDE support In particular, using the "all" package (which includes source) allows IntelliJ IDEA to provide autocompletion and other nice features that are unavailable when using the "bin" package. --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2d80b69a7..bb5158de6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip