We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
11.1.0
1 parent 050aae0 commit 69e3f9bCopy full SHA for 69e3f9b
build.gradle
@@ -348,7 +348,7 @@ configure(javaProjects) { subproject ->
348
349
checkstyle {
350
configDirectory.set(rootProject.file('src/checkstyle'))
351
- toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.23.1'
+ toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '11.1.0'
352
}
353
354
jar {
0 commit comments