Skip to content

Commit 740f035

Browse files
dependency: Update dependency checkstyle to v11
1 parent 3cf9cc4 commit 740f035

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.1.0"
77

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

0 commit comments

Comments
 (0)