|
@@ -412,7 +412,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.15.0"
|
|
|
|
|
|
+ toolVersion = "10.16.0"
|
|
maxWarnings = 0
|
|
maxWarnings = 0
|
|
}
|
|
}
|
|
|
|
|