We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ee2cb commit 9ed2315Copy full SHA for 9ed2315
build.gradle
@@ -111,7 +111,7 @@ subprojects {
111
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
112
113
dependencies {
114
- checkstyle 'com.puppycrawl.tools:checkstyle:7.6'
+ checkstyle 'com.puppycrawl.tools:checkstyle:7.6.1'
115
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
116
117
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -122,7 +122,7 @@ subprojects {
122
123
checkstyle {
124
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
125
- toolVersion = '7.6'
+ toolVersion = '7.6.1'
126
}
127
128
compileJava {
0 commit comments