Skip to content

Commit 7c52535

Browse files
committed
[Java] Upgrade to Checkstyle 8.22.
1 parent e664ebc commit 7c52535

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
@@ -135,7 +135,7 @@ subprojects {
135135
jar.enabled = true
136136

137137
dependencies {
138-
checkstyle 'com.puppycrawl.tools:checkstyle:8.21'
138+
checkstyle 'com.puppycrawl.tools:checkstyle:8.22'
139139

140140
compile 'org.agrona:agrona:1.0.2'
141141

@@ -145,7 +145,7 @@ subprojects {
145145
}
146146

147147
checkstyle {
148-
toolVersion = '8.21'
148+
toolVersion = '8.22'
149149
}
150150

151151
compileJava {

0 commit comments

Comments
 (0)