File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 11@file:Suppress(" UnstableApiUsage" )
22
3- import com.javiersc.semver.project .gradle.plugin.SemverExtension
3+ import com.javiersc.semver.settings .gradle.plugin.SemverSettingsExtension
44import org.gradle.toolchains.foojay.FoojayToolchainResolver
55import org.tomlj.Toml
66
@@ -39,16 +39,9 @@ toolchainManagement {
3939 }
4040}
4141
42- gradle.beforeProject {
43- pluginManager.withPlugin(" com.javiersc.semver.project" ) {
44- configure<SemverExtension > {
45- // Change version to include kotlin version
46- // val ktVersion = versionCatalog.getString("kotlin").orEmpty()
47- // mapVersion {
48- // it.copy(metadata = ktVersion).toString()
49- // }
50- }
51- }
42+ configure<SemverSettingsExtension > {
43+ // val ktVersion = versionCatalog.getString("kotlin").orEmpty()
44+ // mapVersion { it.copy(metadata = ktVersion).toString() }
5245}
5346
5447enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pty4j = "0.13.0"
8080junit = " 5.11.2"
8181koin = " 4.0.0"
8282kotest = " 6.0.0.M1"
83- mockk = " 1.13.12 "
83+ mockk = " 1.13.13 "
8484mokkery = " 2.4.0"
8585wiremock = " 3.9.1"
8686wiremock-kotlin = " 2.1.1"
@@ -194,7 +194,7 @@ nexus-publish = "2.0.0"
194194vanniktech-publish = " 0.29.0"
195195shadow = " 8.3.3"
196196spotless = " 7.0.0.BETA2"
197- semver-plugin = " 0.7.1 "
197+ semver-plugin = " 0.8.0 "
198198tasktree = " 4.0.0"
199199sigstore = " 1.0.0"
200200reproducible-builds = " 1.0"
You can’t perform that action at this time.
0 commit comments