We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2a99a commit e9266c8Copy full SHA for e9266c8
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -35,7 +35,7 @@ java {
35
36
checkstyle {
37
configDirectory.set(file("$rootDir/buildscripts/"))
38
- toolVersion = "10.12.7"
+ toolVersion = "10.13.0"
39
isIgnoreFailures = false
40
configProperties["rootDir"] = rootDir
41
}
0 commit comments