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