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 d5547a0 commit ba40c5aCopy full SHA for ba40c5a
buildSrc/src/main/kotlin/lobbyheads-checkstyle.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
checkstyle {
6
- toolVersion = "10.15.0"
+ toolVersion = "10.17.0"
7
8
configFile = file("${rootDir}/checkstyle/checkstyle.xml")
9
configProperties["checkstyle.suppressions.file"] = "${rootDir}/checkstyle/suppressions.xml"
0 commit comments