Skip to content

Commit

Permalink
fix(deps): update dependency checkstyle to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 600cbad commit 3684161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {

checkstyle {
configDirectory.set(file("$rootDir/buildscripts/"))
toolVersion = "8.12"
toolVersion = "10.21.1"
isIgnoreFailures = false
configProperties["rootDir"] = rootDir
}
Expand Down

0 comments on commit 3684161

Please sign in to comment.