Skip to content

Commit

Permalink
[Java] Upgrade to Checkstyle 8.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed May 3, 2019
1 parent cf3a261 commit e6a7fd2
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 @@ -135,7 +135,7 @@ subprojects {
jar.enabled = true

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.19'
checkstyle 'com.puppycrawl.tools:checkstyle:8.20'

compile "org.agrona:agrona:${agronaVersion}"

Expand All @@ -145,7 +145,7 @@ subprojects {
}

checkstyle {
toolVersion = '8.19'
toolVersion = '8.20'
}

compileJava {
Expand Down

0 comments on commit e6a7fd2

Please sign in to comment.