checkstyle: bump to 6.19
Seems like they finally fixed the hanging throws indent issue.
This commit is contained in:
parent
5e2da57565
commit
d4bb97db72
@ -36,7 +36,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = '6.18'
|
toolVersion = '6.19'
|
||||||
}
|
}
|
||||||
|
|
||||||
task checkstyle(type: Checkstyle) {
|
task checkstyle(type: Checkstyle) {
|
||||||
|
@ -209,7 +209,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = '6.18'
|
toolVersion = '6.19'
|
||||||
}
|
}
|
||||||
|
|
||||||
task checkstyle(type: Checkstyle) {
|
task checkstyle(type: Checkstyle) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user