Skip to content

Commit

Permalink
Merge pull request #74 from jeffchao/master
Browse files Browse the repository at this point in the history
Update pmd version.
  • Loading branch information
jeffchao authored Oct 30, 2020
2 parents 0a1d193 + 0c0c7fc commit cb45dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/check.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subprojects {
}

pmd {
toolVersion = '6.9.0'
toolVersion = '6.29.0'
// TODO: Don't ignore failures.
ignoreFailures = true
sourceSets = [sourceSets.main]
Expand Down

0 comments on commit cb45dac

Please sign in to comment.