Skip to content

Commit 4481b12

Browse files
committed
[Java] Upgrade to Checkstyle 8.18.
1 parent 3427762 commit 4481b12

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.17'
127+
checkstyle 'com.puppycrawl.tools:checkstyle:8.18'
128128

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

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

136136
checkstyle {
137-
toolVersion = '8.17'
137+
toolVersion = '8.18'
138138
}
139139

140140
compileJava {

0 commit comments

Comments
 (0)