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 2021/08/25 10:19:25 UTC

[groovy] branch master updated: GROOVY-10202: Bump Gradle to 6.9.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 57809b8  GROOVY-10202: Bump Gradle to 6.9.1
57809b8 is described below

commit 57809b83633ccff8e8579cd3e4e76bf667d7d70f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Aug 25 20:19:19 2021 +1000

    GROOVY-10202: Bump Gradle to 6.9.1
---
 gradle.properties                        | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 0cb25ac..cd07b6d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,7 +18,7 @@ groovyVersion = 4.0.0-SNAPSHOT
 groovyBundleVersion = 4.0.0.SNAPSHOT
 
 binaryCompatibilityBaseline = 3.0.5
-gradle_version=6.9
+gradle_version=6.9.1
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 549d844..3ab0b72 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists