File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,15 +172,15 @@ subprojects {
172172 group = sbeGroup
173173 version = sbeVersion
174174
175+ checkstyle. toolVersion = libs. versions. checkstyle. get()
176+
175177 java {
176178 toolchain {
177179 languageVersion = JavaLanguageVersion . of(buildJavaVersion)
178180 }
179181 sourceCompatibility = JavaVersion . VERSION_17
180182 }
181183
182- checkstyle. toolVersion = libs. versions. checkstyle. get()
183-
184184 tasks. withType(Sign ). configureEach {
185185 onlyIf {
186186 isReleaseVersion && gradle. taskGraph. hasTask(tasks. publish)
Original file line number Diff line number Diff line change 11[versions ]
22agrona = " 2.1.0"
3- checkstyle = " 10.23.0 "
3+ checkstyle = " 10.23.1 "
44commons-codec = " 1.15"
55commons-lang3 = " 3.8.1"
66hamcrest = " 3.0"
You can’t perform that action at this time.
0 commit comments