We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb322d commit 81a4642Copy full SHA for 81a4642
1 file changed
conventions/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -431,7 +431,7 @@ codenarc {
431
checkstyle {
432
configFile = rootProject.file("buildscripts/checkstyle.xml")
433
// this version should match the version of google_checks.xml used as basis for above configuration
434
- toolVersion = "10.26.0"
+ toolVersion = "10.26.1"
435
maxWarnings = 0
436
}
437
0 commit comments