mirror of https://github.com/apache/jmeter.git
fix(deps): update dependency checkstyle to v10.11.0 (#5913)
This commit is contained in:
parent
c083b2a4d3
commit
fc230f6a24
|
|
@ -24,7 +24,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = "10.10.0"
|
toolVersion = "10.11.0"
|
||||||
configProperties = mapOf(
|
configProperties = mapOf(
|
||||||
"cache_file" to buildDir.resolve("checkstyle/cacheFile")
|
"cache_file" to buildDir.resolve("checkstyle/cacheFile")
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue