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