Skip to content

Commit 40be032

Browse files
Update dependency pmd to v7
1 parent aac37c6 commit 40be032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ checkstyle {
148148
}
149149

150150
pmd {
151-
toolVersion = "6.18.0"
151+
toolVersion = "7.7.0"
152152
sourceSets = [sourceSets.main]
153153
reportsDir = file("$project.buildDir/reports/pmd")
154154
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)