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 ca52ad3074 GROOVY-11732: Bump gradle to 9.1.0 (build dependency)
ca52ad3074 is described below

commit ca52ad3074f05836b12d0f0e077f0e5e785f4055
Author: Paul King <[email protected]>
AuthorDate: Thu Sep 25 14:18:02 2025 +1000

    GROOVY-11732: Bump gradle to 9.1.0 (build dependency)
---
 build-logic/src/main/groovy/org.apache.groovy-documented.gradle | 2 +-
 gradle.properties                                               | 4 ++--
 gradle/wrapper/gradle-wrapper.properties                        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle 
b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
index 1773e4af0b..223c777e1d 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
@@ -71,7 +71,7 @@ tasks.withType(Javadoc).configureEach {
 
 tasks.withType(Groovydoc).configureEach {
     if (sourceSets.findByName('main')) {
-        source = sourceSets.main.allSource
+        source = sourceSets.main.groovy.srcDirs + sourceSets.main.java.srcDirs
     }
     groovyClasspath = configurations.groovydocClasspath
     use = true
diff --git a/gradle.properties b/gradle.properties
index 642556138c..700690f67c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,8 +20,8 @@ groovyBundleVersion=6.0.0.SNAPSHOT
 groovyTargetBytecodeVersion=17
 targetJavaVersion=17
 
-binaryCompatibilityBaseline=5.0.0
-gradle_version=8.14.3
+binaryCompatibilityBaseline=5.0.1
+gradle_version=9.1.0
 
 groovyJUnit_ms=512m
 groovyJUnit_mx=2g
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index d4081da476..2e1113280e 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-8.14.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME

Reply via email to