Update dependency checkstyle to v10.12.3 (#9321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3cdcb2bbb7
commit
adbf23c073
|
@ -366,7 +366,7 @@ codenarc {
|
|||
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.12.2"
|
||||
toolVersion = "10.12.3"
|
||||
maxWarnings = 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue