Repository: geode Updated Branches: refs/heads/develop fda7e1344 -> 21d4ab2cf
GEODE-2708: Update Minimum Gradle Version To 3.4.1 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/21d4ab2c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/21d4ab2c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/21d4ab2c Branch: refs/heads/develop Commit: 21d4ab2cf1c897bded41c0426a32531e926b689c Parents: 9ed9e32 Author: Mark Bretl <[email protected]> Authored: Mon May 1 09:57:53 2017 -0700 Committer: Mark Bretl <[email protected]> Committed: Thu May 4 16:48:04 2017 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/21d4ab2c/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 97167f9..13bf0d8 100755 --- a/gradle.properties +++ b/gradle.properties @@ -42,7 +42,7 @@ productOrg = Apache Software Foundation (ASF) org.gradle.daemon = true org.gradle.jvmargs = -Xmx2048m -minimumGradleVersion = 2.14.1 +minimumGradleVersion = 3.4.1 # Set this on the command line with -P or in ~/.gradle/gradle.properties # to change the buildDir location. Use an absolute path. buildRoot=
