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 de8bf0c commit 179b630Copy full SHA for 179b630
build.gradle.kts
@@ -24,7 +24,7 @@ repositories {
24
dependencies {
25
api(gradleApi())
26
compileOnly("org.jetbrains:annotations:24.1.0")
27
- implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:8.0.0")
28
// FIXME: Revert to upstream if https://github.com/bsideup/jabel/issues/182#issuecomment-1898900307 is ever closed
29
annotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
30
testAnnotationProcessor("com.pkware.jabel:jabel-javac-plugin:1.0.1-1")
0 commit comments