Skip to content

Commit

Permalink
Update dependency checkstyle to v10.20.2 (#826)
Browse files Browse the repository at this point in the history
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
  • Loading branch information
grafanarenovatebot[bot] authored Dec 2, 2024
1 parent 2c003eb commit b87905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/checkstyle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "checkstyle"
checkstyle {
configFile = rootProject.file("buildscripts/checkstyle.xml")
// this version should match the version of google_checks.xml used as basis for above configuration
toolVersion = "10.20.1"
toolVersion = "10.20.2"
maxWarnings = 0
checkstyleTest.enabled = false
}

0 comments on commit b87905c

Please sign in to comment.