Skip to content

Commit 2e8caed

Browse files
dependency: Update dependency checkstyle to v13.4.1
1 parent 85e6e06 commit 2e8caed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "13.2.0"
6+
toolVersion = "13.4.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)