Skip to content

Commit 520730d

Browse files
fix(deps): update dependency checkstyle to v12
1 parent 2071fb2 commit 520730d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conventions/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ codenarc {
438438
checkstyle {
439439
configFile = rootProject.file("buildscripts/checkstyle.xml")
440440
// this version should match the version of google_checks.xml used as basis for above configuration
441-
toolVersion = "11.1.0"
441+
toolVersion = "12.0.0"
442442
maxWarnings = 0
443443
}
444444

0 commit comments

Comments
 (0)