Bump checkstyle to 6.13 and fix it after MR merge

This commit is contained in:
Daniel Martí 2015-12-07 20:44:03 +01:00
parent 4a77b057bd
commit 6010a6136b
3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -296,5 +296,4 @@ public class RepoPersister {
} }
} }
} }

View File

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