diff --git a/build.gradle b/build.gradle index 5cf3207..24a4516 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ application { } pmd { - toolVersion = '7.17.0' + toolVersion = '7.18.0' ruleSetFiles = files 'pmd-ruleset.xml' ruleSets = [] // explicitly set to empty to avoid using default configuration ignoreFailures = false