Skip to content

Commit af6e2a7

Browse files
committed
[Java] Upgrade to Checkstyle 8.9.
1 parent 332675e commit af6e2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ subprojects {
119119
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
120120

121121
dependencies {
122-
checkstyle 'com.puppycrawl.tools:checkstyle:8.8'
122+
checkstyle 'com.puppycrawl.tools:checkstyle:8.9'
123123

124124
testCompile 'junit:junit:4.12'
125125
testCompile 'org.mockito:mockito-core:2.17.0'
@@ -129,7 +129,7 @@ subprojects {
129129

130130
checkstyle {
131131
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
132-
toolVersion = '8.8'
132+
toolVersion = '8.9'
133133
}
134134

135135
compileJava {

0 commit comments

Comments
 (0)