fix(deps): update dependency checkstyle to v10.22.0 (#7228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f2f990c81d
commit
22acb3e8ec
|
@ -42,7 +42,7 @@ java {
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
configDirectory.set(file("$rootDir/buildscripts/"))
|
configDirectory.set(file("$rootDir/buildscripts/"))
|
||||||
toolVersion = "10.21.4"
|
toolVersion = "10.22.0"
|
||||||
isIgnoreFailures = false
|
isIgnoreFailures = false
|
||||||
configProperties["rootDir"] = rootDir
|
configProperties["rootDir"] = rootDir
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue