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 12, 2024
1 parent b7e599c commit 00e9d78
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.0"
isIgnoreFailures = false
configProperties["rootDir"] = rootDir
}
Expand Down

0 comments on commit 00e9d78

Please sign in to comment.