chore: PMD 1.20.0 adaptation

Signed-off-by: Leo Galambos <lg@hq.egothor.org>
This commit is contained in:
2026-01-01 11:44:13 +01:00
parent 969a846d95
commit e01d95f48e
3 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ dependencies {
pmd {
consoleOutput = true
toolVersion = '7.19.0'
toolVersion = '7.20.0'
sourceSets = [sourceSets.main]
ruleSetFiles = files(rootProject.file(".ruleset"))
}