This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 0e37d50fe8 Build: Bump spotless gradle plugin to 8.2.0 (#15156)
0e37d50fe8 is described below
commit 0e37d50fe8b9f3aa2581bdba6e43711cded8ce52
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Tue Jan 27 18:15:38 2026 +0100
Build: Bump spotless gradle plugin to 8.2.0 (#15156)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2ec5cb5185..eb68b38a54 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,7 +28,7 @@ buildscript {
dependencies {
classpath 'com.gradleup.shadow:shadow-gradle-plugin:8.3.9'
classpath 'com.palantir.baseline:gradle-baseline-java:5.72.0'
- classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
+ classpath 'com.diffplug.spotless:spotless-plugin-gradle:8.2.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
classpath 'me.champeau.jmh:jmh-gradle-plugin:0.7.3'
classpath 'gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6'