We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c7686 commit 830e10cCopy full SHA for 830e10c
1 file changed
gradle/checkstyle.gradle
@@ -2,7 +2,7 @@
2
apply plugin: 'checkstyle'
3
4
checkstyle {
5
- toolVersion = '10.21.3'
+ toolVersion = '10.21.4'
6
ignoreFailures = false
7
configFile = file("$rootDir/spotbugs/etc/checkstyle.xml") // TODO : This config file is lame and should be moved out...
8
}
0 commit comments