Skip to content

Commit

Permalink
build: update checkstyle to 8.17 (#5271)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimreaper authored and karianna committed Feb 11, 2019
1 parent bd1a49e commit 8391c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/gradle/reporting.gradle
Expand Up @@ -15,7 +15,7 @@ checkstyle {
configProperties = [samedir: "${rootDir}/code/standards"]
ignoreFailures = true
showViolations = false
toolVersion = '8.16'
toolVersion = '8.17'
sourceSets = []
}

Expand Down

0 comments on commit 8391c14

Please sign in to comment.