File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ object libs {
22
22
const val javaSemver = " 0.10.2"
23
23
const val junit4 = " 4.13.2"
24
24
const val konfToml = " 1.1.2"
25
+ const val kotlinxBinaryCompatibilityValidator = " 0.17.0"
26
+ const val nexusPublish = " 2.0.0"
25
27
const val korte = " 2.4.12"
26
28
const val mockitoCore = " 5.16.0"
27
29
const val mockitoKotlin = " 5.4.0"
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" io.github.gradle-nexus.publish-plugin" ).version(" 2.0.0 " )
3
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ).version(" 0.14.0 " )
2
+ id(" io.github.gradle-nexus.publish-plugin" ).version(libs.versions.nexusPublish )
3
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ).version(libs.versions.kotlinxBinaryCompatibilityValidator )
4
4
}
5
5
6
6
buildscript {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" io.github.gradle-nexus.publish-plugin" ).version(" 2.0.0 " )
3
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ).version(" 0.14.0 " )
2
+ id(" io.github.gradle-nexus.publish-plugin" ).version(libs.versions.nexusPublish )
3
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ).version(libs.versions.kotlinxBinaryCompatibilityValidator )
4
4
}
5
5
6
6
buildscript {
You can’t perform that action at this time.
0 commit comments