Skip to content

Commit e941ade

Browse files
committed
[Java] Upgrade to Checkstyle 8.12.
1 parent efb04b4 commit e941ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ subprojects {
123123
jar.enabled = true
124124

125125
dependencies {
126-
checkstyle 'com.puppycrawl.tools:checkstyle:8.11'
126+
checkstyle 'com.puppycrawl.tools:checkstyle:8.12'
127127

128128
testCompile 'junit:junit:4.12'
129129
testCompile 'org.mockito:mockito-core:2.21.0'
@@ -132,7 +132,7 @@ subprojects {
132132

133133
checkstyle {
134134
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
135-
toolVersion = '8.11'
135+
toolVersion = '8.12'
136136
}
137137

138138
compileJava {

0 commit comments

Comments
 (0)