Skip to content

Commit

Permalink
Update version of static code analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
aplotnikov committed Oct 25, 2018
1 parent 9cbe480 commit 0866e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.7.0'
toolVersion = '6.8.0'
sourceSets = [sourceSets.main]
ruleSets = [
'java-basic',
Expand Down Expand Up @@ -49,7 +49,7 @@ spotbugsMain {
}

checkstyle {
toolVersion = '8.12'
toolVersion = '8.14'
}

tasks.withType(Checkstyle) {
Expand Down

0 comments on commit 0866e98

Please sign in to comment.