Skip to content

Commit e6a7fd2

Browse files
committed
[Java] Upgrade to Checkstyle 8.20.
1 parent cf3a261 commit e6a7fd2

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.19'
138+
checkstyle 'com.puppycrawl.tools:checkstyle:8.20'
139139

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

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

147147
checkstyle {
148-
toolVersion = '8.19'
148+
toolVersion = '8.20'
149149
}
150150

151151
compileJava {

0 commit comments

Comments
 (0)