Upgrade to PMD 7.0.0 and disable violated rules

This commit is contained in:
Manuel Fuhr 2024-04-03 14:29:49 +02:00
parent 1573aa52e0
commit 2f7ce42480
2 changed files with 9 additions and 2 deletions

View file

@ -52,7 +52,7 @@ allprojects {
pmd {
consoleOutput = true
toolVersion = "6.51.0"
toolVersion = "7.0.0"
rulesMinimumPriority = 5
ruleSetFiles = files("${rootProject.rootDir}/config/pmd/pmd-ruleset.xml")
ruleSets = []