Skip to content

Commit 82b1475

Browse files
committed
[Java] Upgrade to Checkstyle 8.3.
1 parent 80a98d8 commit 82b1475

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
@@ -118,7 +118,7 @@ subprojects {
118118
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
119119

120120
dependencies {
121-
checkstyle 'com.puppycrawl.tools:checkstyle:8.2'
121+
checkstyle 'com.puppycrawl.tools:checkstyle:8.3'
122122

123123
testCompile 'org.hamcrest:hamcrest-all:1.3'
124124
testCompile 'junit:junit:4.12'
@@ -128,7 +128,7 @@ subprojects {
128128

129129
checkstyle {
130130
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
131-
toolVersion = '8.2'
131+
toolVersion = '8.3'
132132
}
133133

134134
compileJava {

0 commit comments

Comments
 (0)