Skip to content

Commit e0ae492

Browse files
committed
[Java] Upgrade to Checkstyle 8.16.
1 parent be70448 commit e0ae492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ subprojects {
124124
jar.enabled = true
125125

126126
dependencies {
127-
checkstyle 'com.puppycrawl.tools:checkstyle:8.15'
127+
checkstyle 'com.puppycrawl.tools:checkstyle:8.16'
128128

129129
compile 'org.agrona:agrona:0.9.28'
130130

@@ -134,7 +134,7 @@ subprojects {
134134
}
135135

136136
checkstyle {
137-
toolVersion = '8.15'
137+
toolVersion = '8.16'
138138
}
139139

140140
compileJava {

0 commit comments

Comments
 (0)