Skip to content

Commit 11f6b49

Browse files
committed
[Java] Upgrade to Checkstyle 7.8.1.
1 parent 7eb8767 commit 11f6b49

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

119119
dependencies {
120-
checkstyle 'com.puppycrawl.tools:checkstyle:7.8'
120+
checkstyle 'com.puppycrawl.tools:checkstyle:7.8.1'
121121
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
122122

123123
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -128,7 +128,7 @@ subprojects {
128128

129129
checkstyle {
130130
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
131-
toolVersion = '7.8'
131+
toolVersion = '7.8.1'
132132
}
133133

134134
compileJava {

0 commit comments

Comments
 (0)