There was an error while loading. Please reload this page.
1 parent 7eb8767 commit 11f6b49Copy full SHA for 11f6b49
build.gradle
@@ -117,7 +117,7 @@ subprojects {
117
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
118
119
dependencies {
120
- checkstyle 'com.puppycrawl.tools:checkstyle:7.8'
+ checkstyle 'com.puppycrawl.tools:checkstyle:7.8.1'
121
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
122
123
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -128,7 +128,7 @@ subprojects {
128
129
checkstyle {
130
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
131
- toolVersion = '7.8'
+ toolVersion = '7.8.1'
132
}
133
134
compileJava {
0 commit comments