Skip to content

Commit

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

dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:8.15'
checkstyle 'com.puppycrawl.tools:checkstyle:8.16'

compile 'org.agrona:agrona:0.9.28'

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

checkstyle {
toolVersion = '8.15'
toolVersion = '8.16'
}

compileJava {
Expand Down

0 comments on commit e0ae492

Please sign in to comment.