Skip to content

Commit b389a79

Browse files
committed
Updated checkstyle
1 parent b9e8309 commit b389a79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
plugins {
77
id 'org.jetbrains.intellij' version '1.13.2'
8-
id 'checkstyle'
8+
id 'checkstyle' version '5.78.0'
99
id 'pmd'
1010
id 'org.jetbrains.changelog' version '2.0.0'
1111
}

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 = "8.31"
13+
toolVersion = "10.9.3"
1414
ignoreFailures = false
1515
maxWarnings = 0
1616
configFile rootProject.file("gradle-tasks/checkstyle/checkstyle.xml")

0 commit comments

Comments
 (0)