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.
10.12.5
1 parent 4d5200f commit 7944c1bCopy full SHA for 7944c1b
build.gradle
@@ -349,7 +349,7 @@ configure(javaProjects) { subproject ->
349
350
checkstyle {
351
configDirectory.set(rootProject.file('src/checkstyle'))
352
- toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.13.0'
+ toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
353
}
354
355
jar {
0 commit comments