From 7e792bef3ed0de9834ec6c27a48e5995e47f4bd9 Mon Sep 17 00:00:00 2001 From: Archimedes Trajano Date: Tue, 13 Oct 2015 01:19:15 -0400 Subject: [PATCH] Applied IntelliJ suggection for full gradle This allows other developers to see the gradle documentation if needed rather than just having the binaries as the expense of slightly larger initial download. --- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c054665f..78cf7958 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Oct 05 14:46:21 CEST 2015 +#Tue Oct 13 01:17:18 EDT 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-all.zip