Upgrade to PMD 7.0.0 and disable violated rules
This commit is contained in:
parent
1573aa52e0
commit
2f7ce42480
2 changed files with 9 additions and 2 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue