Skip to content

Commit 552066e

Browse files
authored
Revert "Bump spotless (#126125)" (#126173)
Reverting #126125 due to #126125 (comment).
1 parent 2b512bc commit 552066e

File tree

3 files changed

+280
-70
lines changed

3 files changed

+280
-70
lines changed

build-conventions/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
api buildLibs.apache.rat
7878
compileOnly buildLibs.checkstyle
7979
constraints {
80-
api("org.eclipse.platform:org.eclipse.osgi:3.18.500") {
80+
api("org.eclipse.platform:org.eclipse.osgi:3.18.300") {
8181
because("Use the same version as we do in spotless gradle plugin at runtime")
8282
}
8383
}

gradle/build.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.
4343
spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" }
4444
spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" }
4545
spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" }
46-
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:7.0.2"
46+
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
4747
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2"
4848
xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
4949

0 commit comments

Comments
 (0)