fix(deps): update dependency checkstyle to v10.23.0 (#13641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1e251627e2
commit
a6d2a78347
|
@ -431,7 +431,7 @@ codenarc {
|
||||||
checkstyle {
|
checkstyle {
|
||||||
configFile = rootProject.file("buildscripts/checkstyle.xml")
|
configFile = rootProject.file("buildscripts/checkstyle.xml")
|
||||||
// this version should match the version of google_checks.xml used as basis for above configuration
|
// this version should match the version of google_checks.xml used as basis for above configuration
|
||||||
toolVersion = "10.22.0"
|
toolVersion = "10.23.0"
|
||||||
maxWarnings = 0
|
maxWarnings = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue