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 80a98d8 commit 82b1475Copy full SHA for 82b1475
build.gradle
@@ -118,7 +118,7 @@ subprojects {
118
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
119
120
dependencies {
121
- checkstyle 'com.puppycrawl.tools:checkstyle:8.2'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.3'
122
123
testCompile 'org.hamcrest:hamcrest-all:1.3'
124
testCompile 'junit:junit:4.12'
@@ -128,7 +128,7 @@ subprojects {
128
129
checkstyle {
130
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
131
- toolVersion = '8.2'
+ toolVersion = '8.3'
132
}
133
134
compileJava {
0 commit comments