We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Checkstyle
1 parent 0f0e58d commit 43d1253Copy full SHA for 43d1253
build.gradle
@@ -172,15 +172,15 @@ subprojects {
172
group = sbeGroup
173
version = sbeVersion
174
175
+ checkstyle.toolVersion = libs.versions.checkstyle.get()
176
+
177
java {
178
toolchain {
179
languageVersion = JavaLanguageVersion.of(buildJavaVersion)
180
}
181
sourceCompatibility = JavaVersion.VERSION_17
182
183
- checkstyle.toolVersion = libs.versions.checkstyle.get()
-
184
tasks.withType(Sign).configureEach {
185
onlyIf {
186
isReleaseVersion && gradle.taskGraph.hasTask(tasks.publish)
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
agrona = "2.1.0"
3
-checkstyle = "10.23.0"
+checkstyle = "10.23.1"
4
commons-codec = "1.15"
5
commons-lang3 = "3.8.1"
6
hamcrest = "3.0"
0 commit comments