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 bbf7384 commit b167152Copy full SHA for b167152
build.gradle
@@ -106,7 +106,7 @@ configure([rootProject] + javaProjects) { project ->
106
// JSR-305 only used for non-required meta-annotations
107
compileOnly("com.google.code.findbugs:jsr305")
108
testCompileOnly("com.google.code.findbugs:jsr305")
109
- checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.38")
+ checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.39")
110
}
111
112
ext.javadocLinks = [
0 commit comments