Skip to content

Commit c0fb656

Browse files
Update dependency pmd to v7
1 parent 104d8dd commit c0fb656

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ checkstyle {
134134
}
135135

136136
pmd {
137-
toolVersion = "6.55.0"
137+
toolVersion = "7.16.0"
138138
sourceSets = [sourceSets.main, sourceSets.test, sourceSets.functionalTest, sourceSets.integrationTest, sourceSets.smokeTest]
139139
reportsDir = file("$project.buildDir/reports/pmd")
140140
// https://github.com/pmd/pmd/issues/876

0 commit comments

Comments
 (0)