Bump checkstyle to 6.14

This commit is contained in:
Daniel Martí 2015-12-29 12:27:15 +01:00
parent 209ed1dc62
commit 975ce94246
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ android {
} }
checkstyle { checkstyle {
toolVersion = '6.13' toolVersion = '6.14'
} }
task checkstyle(type: Checkstyle) { task checkstyle(type: Checkstyle) {

View File

@ -36,7 +36,7 @@ android {
} }
checkstyle { checkstyle {
toolVersion = '6.13' toolVersion = '6.14'
} }
task checkstyle(type: Checkstyle) { task checkstyle(type: Checkstyle) {