Bump checkstyle to 6.12.1

Makes the existing checks a lot better (we were on 5.x) and allows us to
add checks that require newer versions.
This commit is contained in:
Daniel Martí committed 2015-11-30 10:37:43 +01:00
1 parent b6654f5077
commit 4f34013885
2 files changed
+8

No files matched your search

+4
View File
@@ -182,6 +182,10 @@ android {
}
}
checkstyle {
toolVersion = '6.12.1'
}
task checkstyle(type: Checkstyle) {
configFile file("${project.rootDir}/config/checkstyle/checkstyle.xml")
source 'src', 'test/src'
+4
View File
@@ -35,6 +35,10 @@ android {
}
checkstyle {
toolVersion = '6.12.1'
}
task checkstyle(type: Checkstyle) {
configFile file("${project.rootDir}/config/checkstyle/checkstyle.xml")
source 'src'