Skip to content

Commit

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

checkstyle {
toolVersion = "8.3"
toolVersion = "8.5"
}

task checkstyle(type: Checkstyle) {
Expand Down

0 comments on commit 3d82c95

Please sign in to comment.