Skip to content

Commit 69e3f9b

Browse files
committed
Upgrade to Checkstyle 11.1.0
1 parent 050aae0 commit 69e3f9b

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
@@ -348,7 +348,7 @@ configure(javaProjects) { subproject ->
348348

349349
checkstyle {
350350
configDirectory.set(rootProject.file('src/checkstyle'))
351-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.23.1'
351+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '11.1.0'
352352
}
353353

354354
jar {

0 commit comments

Comments
 (0)