Merge branch 'check-bumps' into 'master'

Check tools version bumps



See merge request !348
This commit is contained in:
Peter Serwylo 2016-07-04 12:31:30 +00:00
commit 942cfb59d6
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -209,7 +209,7 @@ android {
} }
checkstyle { checkstyle {
toolVersion = '6.19' toolVersion = '7.0'
} }
task checkstyle(type: Checkstyle) { task checkstyle(type: Checkstyle) {
@ -221,7 +221,7 @@ task checkstyle(type: Checkstyle) {
} }
pmd { pmd {
toolVersion = '5.4.2' toolVersion = '5.5.0'
consoleOutput = true consoleOutput = true
} }

View File

@ -96,7 +96,7 @@
<module name="RightCurly"/> <module name="RightCurly"/>
<module name="RightCurly"> <module name="RightCurly">
<property name="option" value="alone"/> <property name="option" value="alone"/>
<property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"/> <property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT"/>
</module> </module>
<module name="EmptyStatement" /> <module name="EmptyStatement" />