This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY_3_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 46d04064917db3c51eb666ce014fd33e68727a58 Author: Daniel Sun <[email protected]> AuthorDate: Thu Jan 23 00:56:26 2020 +0800 Fix the gradle version in properties file (cherry picked from commit 8385c8587669087e9990916015f8cc5c348b3a75) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 09291d7..eb5bacb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ groovyVersion = 3.0.0-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) groovyBundleVersion = 3.0.0.SNAPSHOT -gradle_version=5.6.4 +gradle_version=6.1 groovyJUnit_ms=512m groovyJUnit_mx=1g
