Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Upgrade to PMD versin 5.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
asnare committed Apr 30, 2017
1 parent 47d372e commit ad630ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ findbugs() {
}

pmd {
toolVersion = "5.5.6"
toolVersion = "5.6.1"
ruleSetFiles = files("config/pmd/ruleset.xml")
// The default set includes 'basic', so empty it. (We include basic via our custom ruleset.)
ruleSets = []
Expand Down

0 comments on commit ad630ff

Please sign in to comment.