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 c107a43 commit ea5136fCopy full SHA for ea5136f
buildSrc/src/main/kotlin/economy-checkstyle.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
checkstyle {
6
- toolVersion = "10.26.1"
+ toolVersion = "11.0.1"
7
8
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
9
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"
0 commit comments