We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a03565 commit b34d6c5Copy full SHA for b34d6c5
gradle-tasks/staticChecks.gradle
@@ -10,7 +10,7 @@ import groovy.json.JsonSlurper
10
*/
11
12
checkstyle {
13
- toolVersion = "10.9.3"
+ toolVersion = "8.31"
14
ignoreFailures = false
15
maxWarnings = 0
16
configFile rootProject.file("${rootDir}/gradle-tasks/checkstyle/checkstyle.xml")
0 commit comments