Skip to content

Commit 95f86b7

Browse files
committed
[Java] Upgrade to Checkstyle 7.0.
1 parent f70c477 commit 95f86b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ subprojects {
115115
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
116116

117117
dependencies {
118-
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.21.0"
118+
checkstyle 'com.puppycrawl.tools:checkstyle:7.0'
119+
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.21.0'
119120

120121
testCompile 'org.hamcrest:hamcrest-all:1.3'
121122
testCompile 'junit:junit:4.12'
@@ -125,7 +126,7 @@ subprojects {
125126

126127
checkstyle {
127128
configFile = new File(rootDir, 'config/checkstyle.xml')
128-
toolVersion = "6.19"
129+
toolVersion = '7.0'
129130
}
130131

131132
compileJava {

0 commit comments

Comments
 (0)