pmd: bump to 5.4.2

This is a bugfix release where they mostly fixed false positives. No
changes required.
This commit is contained in:
Daniel Martí 2016-05-30 22:08:19 +01:00
parent d4bb97db72
commit 08e067c6ba

View File

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