Skip to content

Commit 137b0b2

Browse files
committed
Upgrade to Checkstyle 9.3
Closes gh-61
1 parent cddf8f4 commit 137b0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ java {
7575
checkstyle {
7676
def archive = configurations.checkstyle.filter { it.name.startsWith("spring-javaformat-checkstyle")}
7777
config = resources.text.fromArchiveEntry(archive, "io/spring/javaformat/checkstyle/checkstyle.xml")
78-
toolVersion = 8.44
78+
toolVersion = 9.3
7979
}
8080

8181
tasks.withType(GenerateModuleMetadata).all {

0 commit comments

Comments
 (0)