Skip to content

Commit e233cc7

Browse files
breskebybenchaplin
authored andcommitted
Revert "[Gradle] Spotless plugin update (#115750)"
This reverts commit 6370d60.
1 parent e20831f commit e233cc7

File tree

6 files changed

+41
-213
lines changed

6 files changed

+41
-213
lines changed

build-tools-internal/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ tasks.named("jar") {
381381

382382
spotless {
383383
java {
384+
384385
// workaround for https://github.com/diffplug/spotless/issues/2317
385386
//toggleOffOn()
386387
target project.fileTree("src/main/java") {

gradle/build.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.
4545
spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" }
4646
spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" }
4747
spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" }
48-
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:7.0.4"
48+
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
4949
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2"
5050
xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
5151

0 commit comments

Comments
 (0)