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 cf3a261 commit e6a7fd2Copy full SHA for e6a7fd2
build.gradle
@@ -135,7 +135,7 @@ subprojects {
135
jar.enabled = true
136
137
dependencies {
138
- checkstyle 'com.puppycrawl.tools:checkstyle:8.19'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.20'
139
140
compile "org.agrona:agrona:${agronaVersion}"
141
@@ -145,7 +145,7 @@ subprojects {
145
}
146
147
checkstyle {
148
- toolVersion = '8.19'
+ toolVersion = '8.20'
149
150
151
compileJava {
0 commit comments