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 70e2e89 commit 0e5edc4Copy full SHA for 0e5edc4
build.gradle
@@ -340,7 +340,7 @@ configure([rootProject] + javaProjects) { project ->
340
}
341
342
checkstyle {
343
- toolVersion = "10.12.5"
+ toolVersion = "10.12.7"
344
configDirectory.set(rootProject.file("src/checkstyle"))
345
346
@@ -362,7 +362,7 @@ configure([rootProject] + javaProjects) { project ->
362
// JSR-305 only used for non-required meta-annotations
363
compileOnly("com.google.code.findbugs:jsr305")
364
testCompileOnly("com.google.code.findbugs:jsr305")
365
- checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.31")
+ checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.41")
366
367
368
ext.javadocLinks = [
0 commit comments