Skip to content

Commit

Permalink
Update dependency pmd to v7.8.0 (#631)
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 Dec 3, 2024
1 parent 28c5d4d commit 3b9d792
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.7.0"
toolVersion = "7.8.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.7.0"
toolVersion = "7.8.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 3b9d792

Please sign in to comment.