Skip to content

Commit b34d6c5

Browse files
committed
Fixed checkstyle declaration 5
1 parent 4a03565 commit b34d6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-tasks/staticChecks.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import groovy.json.JsonSlurper
1010
*/
1111

1212
checkstyle {
13-
toolVersion = "10.9.3"
13+
toolVersion = "8.31"
1414
ignoreFailures = false
1515
maxWarnings = 0
1616
configFile rootProject.file("${rootDir}/gradle-tasks/checkstyle/checkstyle.xml")

0 commit comments

Comments
 (0)