Skip to content

Commit 510f1c3

Browse files
committed
[Java] Upgrade to Checkstyle 8.2.
1 parent daad506 commit 510f1c3

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.1'
121+
checkstyle 'com.puppycrawl.tools:checkstyle:8.2'
122122
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.24.1'
123123

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

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

135135
compileJava {

0 commit comments

Comments
 (0)