Skip to content

Commit 0ebddf8

Browse files
committed
[Java] Upgrade to Checkstyle 8.1.
1 parent cac1444 commit 0ebddf8

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.0'
121+
checkstyle 'com.puppycrawl.tools:checkstyle:8.1'
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.0'
132+
toolVersion = '8.1'
133133
}
134134

135135
compileJava {

0 commit comments

Comments
 (0)