Skip to content

Commit 2045b69

Browse files
committed
[SPARK-53988] Upgrade Spotless to 8.0.0
1 parent 06a9518 commit 2045b69

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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)