PMD: bump to 5.5.0

This commit is contained in:
Daniel Martí 2016-07-04 11:29:35 +01:00
parent 8af44b1af5
commit 7fe15e6c7d

View File

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