This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch gradle-9.1.0-java-25 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f6c6d0bbe8f8bbd97086445ac9c137bf1b8d336c Author: Robert Newson <[email protected]> AuthorDate: Mon Oct 6 11:15:30 2025 +0100 upgrade gradle to 9.1.0 for Java 25 compatibility --- nouveau/gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nouveau/gradle/wrapper/gradle-wrapper.properties b/nouveau/gradle/wrapper/gradle-wrapper.properties index 9355b4155..2e1113280 100644 --- a/nouveau/gradle/wrapper/gradle-wrapper.properties +++ b/nouveau/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME
