update pmd and cpd

This commit is contained in:
Carsten Otto
2022-06-25 10:05:09 +02:00
parent 531923f39a
commit 8cc8dec9df
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ plugins {
check.dependsOn cpdCheck
cpd {
toolVersion = '6.46.0'
toolVersion = '6.47.0'
}

View File

@@ -6,7 +6,7 @@ pmd {
ruleSetFiles = files("${rootDir}/config/pmd-ruleset.xml")
ruleSets = []
consoleOutput = true
toolVersion = '6.46.0'
toolVersion = '6.47.0'
}
tasks.withType(Test).forEach { testTask ->
tasks.withType(Pmd).forEach { pmdTask ->