Skip to content

Commit 7944c1b

Browse files
committed
Downgrade to Checkstyle 10.12.5
1 parent 4d5200f commit 7944c1b

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

350350
checkstyle {
351351
configDirectory.set(rootProject.file('src/checkstyle'))
352-
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.13.0'
352+
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
353353
}
354354

355355
jar {

0 commit comments

Comments
 (0)