You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2017/12/17 19:54:26 UTC

groovy git commit: Fix Gradle version in properties

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X ae4d4be89 -> dd4e57a59


Fix Gradle version in properties


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/dd4e57a5
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/dd4e57a5
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/dd4e57a5

Branch: refs/heads/GROOVY_2_6_X
Commit: dd4e57a599a296c26a4f3497b6af23ce24430e2c
Parents: ae4d4be
Author: Cedric Champeau <cc...@apache.org>
Authored: Sun Dec 17 20:54:01 2017 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Sun Dec 17 20:54:01 2017 +0100

----------------------------------------------------------------------
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/dd4e57a5/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 680c36e..a3cabdd 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@ groovyVersion = 2.6.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
 groovyBundleVersion = 2.6.0.SNAPSHOT
 
-gradle_version=3.5.1
+gradle_version=4.4
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=1g