Skip to content

Commit ba40c5a

Browse files
GH-59 Update dependency checkstyle to v10.17.0 (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d5547a0 commit ba40c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/lobbyheads-checkstyle.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
checkstyle {
6-
toolVersion = "10.15.0"
6+
toolVersion = "10.17.0"
77

88
configFile = file("${rootDir}/checkstyle/checkstyle.xml")
99
configProperties["checkstyle.suppressions.file"] = "${rootDir}/checkstyle/suppressions.xml"

0 commit comments

Comments
 (0)