Downgrade to Checkstyle 10.12.5

This commit is contained in:
Artem Bilan
2024-02-21 09:29:45 -05:00
parent 4d5200f459
commit 7944c1bfdb

View File

@@ -349,7 +349,7 @@ configure(javaProjects) { subproject ->
checkstyle {
configDirectory.set(rootProject.file('src/checkstyle'))
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.13.0'
toolVersion = project.hasProperty('checkstyleVersion') ? project.checkstyleVersion : '10.12.5'
}
jar {