Skip to content

Commit 20f4e0c

Browse files
committed
[Java] Upgrade to Checkstyle 8.20.
1 parent 5732ab5 commit 20f4e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ subprojects {
126126
jar.enabled = true
127127

128128
dependencies {
129-
checkstyle 'com.puppycrawl.tools:checkstyle:8.19'
129+
checkstyle 'com.puppycrawl.tools:checkstyle:8.20'
130130

131131
compile 'org.agrona:agrona:0.9.35'
132132

@@ -136,7 +136,7 @@ subprojects {
136136
}
137137

138138
checkstyle {
139-
toolVersion = '8.19'
139+
toolVersion = '8.20'
140140
}
141141

142142
compileJava {
@@ -158,7 +158,7 @@ subprojects {
158158
jvmArgs('--add-opens', 'java.base/java.lang.reflect=ALL-UNNAMED')
159159
jvmArgs('--add-opens', 'java.base/sun.nio.ch=ALL-UNNAMED')
160160
}
161-
161+
162162
testLogging {
163163
showStandardStreams = true
164164
exceptionFormat = 'full'

0 commit comments

Comments
 (0)