Skip to content

Commit

Permalink
Upgrade version of PMD
Browse files Browse the repository at this point in the history
  • Loading branch information
aplotnikov committed Nov 5, 2018
1 parent 9f1a48e commit 1b69f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/static-code-analyze.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test {
}

pmd {
toolVersion = '6.8.0'
toolVersion = '6.9.0'
sourceSets = [sourceSets.main]
ruleSets = [
'java-basic',
Expand Down

0 comments on commit 1b69f6c

Please sign in to comment.