Update to spring-javaformat-checkstyle 0.0.7

Remove unnecessary lambdas to fix updated checkstyle
This commit is contained in:
Rob Winch
2019-03-22 00:35:32 -05:00
parent 62ea7382d7
commit bff3d2f2be
5 changed files with 11 additions and 13 deletions

View File

@@ -168,7 +168,7 @@ configure(allprojects) { project ->
// JSR-305 only used for non-required meta-annotations
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
testCompileOnly("com.google.code.findbugs:jsr305:3.0.2")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.5")
checkstyle("io.spring.javaformat:spring-javaformat-checkstyle:0.0.7")
}
ext.javadocLinks = [