We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5732ab5 commit 20f4e0cCopy full SHA for 20f4e0c
build.gradle
@@ -126,7 +126,7 @@ subprojects {
126
jar.enabled = true
127
128
dependencies {
129
- checkstyle 'com.puppycrawl.tools:checkstyle:8.19'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.20'
130
131
compile 'org.agrona:agrona:0.9.35'
132
@@ -136,7 +136,7 @@ subprojects {
136
}
137
138
checkstyle {
139
- toolVersion = '8.19'
+ toolVersion = '8.20'
140
141
142
compileJava {
@@ -158,7 +158,7 @@ subprojects {
158
jvmArgs('--add-opens', 'java.base/java.lang.reflect=ALL-UNNAMED')
159
jvmArgs('--add-opens', 'java.base/sun.nio.ch=ALL-UNNAMED')
160
161
-
+
162
testLogging {
163
showStandardStreams = true
164
exceptionFormat = 'full'
0 commit comments