Skip to content

Commit 0cf1862

Browse files
committed
[Java] Upgrade to Checkstyle 8.0.
1 parent 49a310e commit 0cf1862

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

123123
dependencies {
124-
checkstyle 'com.puppycrawl.tools:checkstyle:7.8.2'
124+
checkstyle 'com.puppycrawl.tools:checkstyle:8.0'
125125
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
126126

127127
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -132,7 +132,7 @@ subprojects {
132132

133133
checkstyle {
134134
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
135-
toolVersion = '7.8.2'
135+
toolVersion = '8.0'
136136
}
137137

138138
compileJava {

0 commit comments

Comments
 (0)