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 70296c7 commit 9bef265Copy full SHA for 9bef265
build.gradle
@@ -116,7 +116,7 @@ subprojects {
116
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
117
118
dependencies {
119
- checkstyle 'com.puppycrawl.tools:checkstyle:7.5.1'
+ checkstyle 'com.puppycrawl.tools:checkstyle:7.6'
120
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.0'
121
122
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -127,7 +127,7 @@ subprojects {
127
128
checkstyle {
129
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
130
- toolVersion = '7.5.1'
+ toolVersion = '7.6'
131
}
132
133
compileJava {
0 commit comments