Skip to content

Commit d827741

Browse files
committed
[Java] Upgrade to checkstyle 8.8.
1 parent 878cdab commit d827741

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.7'
122+
checkstyle 'com.puppycrawl.tools:checkstyle:8.8'
123123

124124
testCompile 'org.hamcrest:hamcrest-all:1.3'
125125
testCompile 'junit:junit:4.12'
@@ -129,7 +129,7 @@ subprojects {
129129

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

135135
compileJava {

0 commit comments

Comments
 (0)