Skip to content

Commit

Permalink
checkstyle 8.8, pmd 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Feb 27, 2018
1 parent 3d82c95 commit a1192af
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 @@ -174,7 +174,7 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) {
apply plugin: 'checkstyle'

checkstyle {
toolVersion = "8.5"
toolVersion = "8.8"
}

task checkstyle(type: Checkstyle) {
Expand All @@ -200,7 +200,7 @@ task wrapper(type: Wrapper) {
apply plugin: 'pmd'

pmd{
toolVersion="6.0.0"
toolVersion="6.1.0"
}

task pmd(type: Pmd) {
Expand Down

0 comments on commit a1192af

Please sign in to comment.