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 3427762 commit 4481b12Copy full SHA for 4481b12
build.gradle
@@ -124,7 +124,7 @@ subprojects {
124
jar.enabled = true
125
126
dependencies {
127
- checkstyle 'com.puppycrawl.tools:checkstyle:8.17'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.18'
128
129
compile 'org.agrona:agrona:0.9.33'
130
@@ -134,7 +134,7 @@ subprojects {
134
}
135
136
checkstyle {
137
- toolVersion = '8.17'
+ toolVersion = '8.18'
138
139
140
compileJava {
0 commit comments