Upgrade Android checkstyle to 9.0.1

Adapt checkstyle.xml to match the latest version, and remove a line
break between imports which trigger a checkstyle volation.
This commit is contained in:
Romain Vimont
2021-10-30 11:23:51 +02:00
parent 8bf28e9f53
commit 0c9666b733
3 changed files with 9 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'checkstyle'
check.dependsOn 'checkstyle'
checkstyle {
toolVersion = '6.19'
toolVersion = '9.0.1'
}
task checkstyle(type: Checkstyle) {