Skip to content

Commit 4d27aee

Browse files
committed
Upgrade to Checkstyle 10.6
1 parent 63f0beb commit 4d27aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ configure([rootProject] + javaProjects) { project ->
7878
}
7979

8080
checkstyle {
81-
toolVersion = "10.5.0"
81+
toolVersion = "10.6.0"
8282
configDirectory.set(rootProject.file("src/checkstyle"))
8383
}
8484

0 commit comments

Comments
 (0)