update pmd and cpd

This commit is contained in:
Carsten Otto
2022-04-30 13:57:11 +02:00
parent a45af0090c
commit ee527fea6b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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