Skip to content

Commit

Permalink
Update dependency pmd to v7.10.0 (#677)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent a14a3e1 commit 09032e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ checkstyle {

var sourceSetsCopy = sourceSets
pmd {
toolVersion = "7.9.0"
toolVersion = "7.10.0"
sourceSets = [sourceSetsCopy.main]
reportsDir = file("$project.buildDir/reports/pmd")
// https://github.com/pmd/pmd/issues/876
Expand All @@ -201,7 +201,7 @@ pmd {
}

pmd {
toolVersion = "7.9.0"
toolVersion = "7.10.0"
sourceSets = [sourceSetsCopy.test, sourceSetsCopy.functionalTest, sourceSetsCopy.integrationTest, sourceSetsCopy.smokeTest]
reportsDir = file("$project.buildDir/reports/pmd")
// https://github.com/pmd/pmd/issues/876
Expand Down

0 comments on commit 09032e7

Please sign in to comment.