diff --git a/build.gradle b/build.gradle index 81bc899..c8b1c84 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ tasks.withType(JavaCompile).configureEach { // PMD linter pmd { - toolVersion = "7.24.0" + toolVersion = "7.25.0" ruleSetFiles = files("${rootDir}/.pmd-ruleset.xml") consoleOutput = true ignoreFailures = false