Skip to content

Commit 46c6eef

Browse files
authored
Downgrade spotless to 7.2.1 (#1818)
1 parent de08d55 commit 46c6eef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ plugins {
1616
jacoco
1717
id("com.github.spotbugs") version "6.3.0"
1818
id("org.jreleaser") version "1.21.0"
19-
id("com.diffplug.spotless") version "8.1.0"
19+
// spotless 8.x is incompatible with jreleaser 1.x (see https://github.com/jreleaser/jreleaser/issues/1989)
20+
id("com.diffplug.spotless") version "7.2.1"
2021
}
2122

2223
allprojects {

0 commit comments

Comments
 (0)