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 339dac3 commit 579c31fCopy full SHA for 579c31f
build.gradle
@@ -115,7 +115,7 @@ subprojects {
115
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
116
117
dependencies {
118
- checkstyle 'com.puppycrawl.tools:checkstyle:7.1.2'
+ checkstyle 'com.puppycrawl.tools:checkstyle:7.2'
119
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.21.0'
120
121
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -126,7 +126,7 @@ subprojects {
126
127
checkstyle {
128
configFile = new File(rootDir, 'config/checkstyle.xml')
129
- toolVersion = '7.1.2'
+ toolVersion = '7.2'
130
}
131
132
compileJava {
0 commit comments