Skip to content

Commit 4fad7df

Browse files
committed
[SPARK-53988] Upgrade Spotless to 8.0.0
### What changes were proposed in this pull request? This PR aims to upgrade `Spotless` to 8.0.0 and remove `google-java-format` setting because it's equal to the default now. ### Why are the changes needed? To bring the latest improvements and bug fixes: - https://github.com/diffplug/spotless/releases/tag/gradle%2F8.0.0 - diffplug/spotless#2540 - diffplug/spotless#2345 - diffplug/spotless#2404 ### Does this PR introduce _any_ user-facing change? No. This is a test change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #399 from dongjoon-hyun/SPARK-53988. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 06a9518 commit 4fad7df

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ subprojects {
109109
spotless {
110110
java {
111111
endWithNewline()
112-
googleJavaFormat('1.28.0')
113112
importOrder(
114113
'java',
115114
'javax',

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ checkstyle = "10.23.1"
3333
pmd = "7.17.0"
3434
spotbugs-tool = "4.9.6"
3535
spotbugs-plugin = "6.4.2"
36-
spotless-plugin = "6.25.0"
36+
spotless-plugin = "8.0.0"
3737

3838
# Packaging
3939
cyclonedx = "2.4.1"

0 commit comments

Comments
 (0)