Updated PMD version.

This commit is contained in:
Erik C. Thauvin 2020-04-29 11:51:22 -07:00
parent 5c3b2074ba
commit 6787b0dcbe
4 changed files with 4 additions and 4 deletions

View file

@ -104,7 +104,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
}
pmd {
toolVersion = '6.22.0'
toolVersion = '6.23.0'
ignoreFailures = true
ruleSets = []
ruleSetFiles = files("${projectDir}/config/pmd.xml")