Skip to content

Commit c0f398a

Browse files
dependency: Update dependency checkstyle to v11 (#1092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6144b4 commit c0f398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group = "com.eternalcode"
77
version = "2.0.0-SNAPSHOT"
88

99
checkstyle {
10-
toolVersion = "10.26.1"
10+
toolVersion = "11.0.0"
1111

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

0 commit comments

Comments
 (0)