Skip to content

Commit a6b3489

Browse files
committed
[Java] Upgrade to Checkstyle 7.7.
1 parent 3701d25 commit a6b3489

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

113113
dependencies {
114-
checkstyle 'com.puppycrawl.tools:checkstyle:7.6.1'
114+
checkstyle 'com.puppycrawl.tools:checkstyle:7.7'
115115
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
116116

117117
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -122,7 +122,7 @@ subprojects {
122122

123123
checkstyle {
124124
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
125-
toolVersion = '7.6.1'
125+
toolVersion = '7.7'
126126
}
127127

128128
compileJava {

0 commit comments

Comments
 (0)