This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch nouveau-25 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d00963753d030158986997a8ffcdf404cdac61f5 Author: Robert Newson <[email protected]> AuthorDate: Sat Nov 8 14:43:54 2025 +0000 upgrade gradle and spotless for JDK25 compat --- nouveau/build.gradle | 2 +- nouveau/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nouveau/build.gradle b/nouveau/build.gradle index 356295ee1..cbac54764 100644 --- a/nouveau/build.gradle +++ b/nouveau/build.gradle @@ -1,6 +1,6 @@ plugins { id 'application' - id 'com.diffplug.spotless' version '6.25.0' + id 'com.diffplug.spotless' version '8.0.0' id 'jacoco' } diff --git a/nouveau/gradle/wrapper/gradle-wrapper.properties b/nouveau/gradle/wrapper/gradle-wrapper.properties index 9355b4155..bad7c2462 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.2.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME
