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 bf78a8645f partial revert of 1a3dd12b54 (bump gradle to 9.0.0) we 
build with JDK17+ but run tests via gradle using earlier JDK versions - we can 
bump for Groovy 6 or when we swap tests over to use toolchains
bf78a8645f is described below

commit bf78a8645f8de436167ca581412908dffc023281
Author: Paul King <[email protected]>
AuthorDate: Thu Aug 14 21:57:37 2025 +1000

    partial revert of 1a3dd12b54 (bump gradle to 9.0.0)
    we build with JDK17+ but run tests via gradle using earlier JDK versions - 
we can bump for Groovy 6 or when we swap tests over to use toolchains
---
 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 3d0d7e53d1..5f5fb54476 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -21,7 +21,7 @@ groovyTargetBytecodeVersion=11
 targetJavaVersion=11
 
 binaryCompatibilityBaseline=4.0.27
-gradle_version=9.0.0
+gradle_version=8.14.3
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 2a84e188b8..d4081da476 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME

Reply via email to