We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de08d55 commit 46c6eefCopy full SHA for 46c6eef
build.gradle.kts
@@ -16,7 +16,8 @@ plugins {
16
jacoco
17
id("com.github.spotbugs") version "6.3.0"
18
id("org.jreleaser") version "1.21.0"
19
- id("com.diffplug.spotless") version "8.1.0"
+ // 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"
21
}
22
23
allprojects {
0 commit comments