Skip to content

Commit 329252a

Browse files
Update dependency pmd to v7.20.0
1 parent 5593951 commit 329252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ subprojects {
7979

8080
}
8181
pmd {
82-
toolVersion = "7.18.0"
82+
toolVersion = "7.20.0"
8383
consoleOutput = true
8484
sourceSets = [sourceSets.main]
8585
ruleSetFiles = files("${rootProject.projectDir}/config/pmd/pmd.xml")

0 commit comments

Comments
 (0)