Update dependency checkstyle to v10.12.7 (#6101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e588eb8042
commit
1b4f5aeab5
|
@ -35,7 +35,7 @@ java {
|
|||
|
||||
checkstyle {
|
||||
configDirectory.set(file("$rootDir/buildscripts/"))
|
||||
toolVersion = "10.12.6"
|
||||
toolVersion = "10.12.7"
|
||||
isIgnoreFailures = false
|
||||
configProperties["rootDir"] = rootDir
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue