Downgrade Checkstyle to 9.3 for Java 8

This commit is contained in:
Artem Bilan
2022-03-30 13:25:01 -04:00
parent 96352a7580
commit 055307e7ba

View File

@@ -98,7 +98,7 @@ jacoco {
checkstyle {
configDirectory.set(rootProject.file('src/checkstyle'))
toolVersion = '10.0'
toolVersion = '9.3'
}
dependencies {