You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/02/25 10:25:57 UTC

[groovy] 02/02: GROOVY-9419: Bump gradle to 6.2.1

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 9f6844fc99e44c55beb0008d54a6b2d9be399944
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Feb 25 20:22:19 2020 +1000

    GROOVY-9419: Bump gradle to 6.2.1
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 990ed79..f3297c1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@ groovyVersion = 3.0.2-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
 groovyBundleVersion = 3.0.2.SNAPSHOT
 
-gradle_version=6.1.1
+gradle_version=6.2.1
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g