We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddf8f4 commit 137b0b2Copy full SHA for 137b0b2
build.gradle
@@ -75,7 +75,7 @@ java {
75
checkstyle {
76
def archive = configurations.checkstyle.filter { it.name.startsWith("spring-javaformat-checkstyle")}
77
config = resources.text.fromArchiveEntry(archive, "io/spring/javaformat/checkstyle/checkstyle.xml")
78
- toolVersion = 8.44
+ toolVersion = 9.3
79
}
80
81
tasks.withType(GenerateModuleMetadata).all {
0 commit comments