Skip to content

Commit

Permalink
chore: semversion update
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Oct 9, 2024
1 parent 84c26e7 commit 6730f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@file:Suppress("UnstableApiUsage")

import com.javiersc.semver.project.gradle.plugin.SemverExtension
import com.javiersc.semver.settings.gradle.plugin.SemverSettingsExtension
import org.gradle.toolchains.foojay.FoojayToolchainResolver
import org.tomlj.Toml

Expand Down Expand Up @@ -39,16 +39,9 @@ toolchainManagement {
}
}

gradle.beforeProject {
pluginManager.withPlugin("com.javiersc.semver.project") {
configure<SemverExtension> {
// Change version to include kotlin version
// val ktVersion = versionCatalog.getString("kotlin").orEmpty()
// mapVersion {
// it.copy(metadata = ktVersion).toString()
// }
}
}
configure<SemverSettingsExtension> {
// val ktVersion = versionCatalog.getString("kotlin").orEmpty()
// mapVersion { it.copy(metadata = ktVersion).toString() }
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pty4j = "0.13.0"
junit = "5.11.2"
koin = "4.0.0"
kotest = "6.0.0.M1"
mockk = "1.13.12"
mockk = "1.13.13"
mokkery = "2.4.0"
wiremock = "3.9.1"
wiremock-kotlin = "2.1.1"
Expand Down Expand Up @@ -194,7 +194,7 @@ nexus-publish = "2.0.0"
vanniktech-publish = "0.29.0"
shadow = "8.3.3"
spotless = "7.0.0.BETA2"
semver-plugin = "0.7.1"
semver-plugin = "0.8.0"
tasktree = "4.0.0"
sigstore = "1.0.0"
reproducible-builds = "1.0"
Expand Down

0 comments on commit 6730f50

Please sign in to comment.