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 d99b69d commit 12a000fCopy full SHA for 12a000f
1 file changed
buildSrc/src/main/kotlin/lobbyheads-checkstyle.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
checkstyle {
6
- toolVersion = "13.3.0"
+ toolVersion = "13.4.0"
7
8
configFile = file("${rootDir}/checkstyle/checkstyle.xml")
9
configProperties["checkstyle.suppressions.file"] = "${rootDir}/checkstyle/suppressions.xml"
0 commit comments