Skip to content

Commit 1be712e

Browse files
dependency: Update dependency checkstyle to v11
1 parent df6c282 commit 1be712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/economy-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.26.1"
6+
toolVersion = "11.0.1"
77

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

0 commit comments

Comments
 (0)