Skip to content

Commit 4b48384

Browse files
committed
build: downgrade Spotless to 7.2.1 (#542)
1 parent 0db7937 commit 4b48384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
googleJavaFormat()
4545
removeUnusedImports()
4646
trimTrailingWhitespace()
47-
forbidWildcardImports()
47+
removeWildcardImports()
4848
}
4949
}
5050
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ scalatestplus-junit5 = "3.2.19.0"
2323
shadow = "9.2.2"
2424
slf4j = "2.0.17"
2525
spark = "3.4.4"
26-
spotless = "8.0.0"
26+
spotless = "7.2.1"
2727

2828
[libraries]
2929
antlr4 = { module = "org.antlr:antlr4", version.ref = "antlr" }

0 commit comments

Comments
 (0)