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 {
2222 const val javaSemver = " 0.10.2"
2323 const val junit4 = " 4.13.2"
2424 const val konfToml = " 1.1.2"
25+ const val kotlinxBinaryCompatibilityValidator = " 0.17.0"
26+ const val nexusPublish = " 2.0.0"
2527 const val korte = " 2.4.12"
2628 const val mockitoCore = " 5.16.0"
2729 const val mockitoKotlin = " 5.4.0"
Original file line number Diff line number Diff line change 11plugins {
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 )
44}
55
66buildscript {
Original file line number Diff line number Diff line change 11plugins {
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 )
44}
55
66buildscript {
You can’t perform that action at this time.
0 commit comments