Repository: incubator-datafu
Updated Branches:
refs/heads/master 8af19806a -> 40e6423f1
DATAFU-66 Upgraded Gradle version to 1.12
The current Gradle version (1.6) is incompatible with Java 8.
https://issues.apache.org/jira/browse/DATAFU-66
Signed-off-by: Matt Hayes <mhayes@linkedin.com>
Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/40e6423f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/40e6423f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/40e6423f
Branch: refs/heads/master
Commit: 40e6423f191acf28a16c7e904796692f40057101
Parents: 8af1980
Author: Joydeep Banerjee <jbanerjee1@gmail.com>
Authored: Thu Jul 31 10:04:19 2014 -0700
Committer: Matt Hayes <mhayes@linkedin.com>
Committed: Fri Aug 1 08:29:07 2014 -0700
----------------------------------------------------------------------
gradle/wrapper/gradle-wrapper.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/40e6423f/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 610282a..8c71aad 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip
|