We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e8309 commit b389a79Copy full SHA for b389a79
build.gradle
@@ -5,7 +5,7 @@
5
6
plugins {
7
id 'org.jetbrains.intellij' version '1.13.2'
8
- id 'checkstyle'
+ id 'checkstyle' version '5.78.0'
9
id 'pmd'
10
id 'org.jetbrains.changelog' version '2.0.0'
11
}
gradle-tasks/staticChecks.gradle
@@ -10,7 +10,7 @@ import groovy.json.JsonSlurper
*/
12
checkstyle {
13
- toolVersion = "8.31"
+ toolVersion = "10.9.3"
14
ignoreFailures = false
15
maxWarnings = 0
16
configFile rootProject.file("gradle-tasks/checkstyle/checkstyle.xml")
0 commit comments