From 4aef1845f2cda1e4d670609591e49d8ac38f6e1a Mon Sep 17 00:00:00 2001 From: Christian Krueger <15275971+ChrisKruegerDev@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:26:03 +0100 Subject: [PATCH] Bump to version 1.4.0 --- build.gradle.kts | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c1a629..b7b356d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,3 +53,8 @@ allprojects { } } } + +// remove after https://youtrack.jetbrains.com/issue/KT-46466 is fixed +project.tasks.withType(AbstractPublishToMaven::class.java).configureEach { + dependsOn(project.tasks.withType(Sign::class.java)) +} diff --git a/gradle.properties b/gradle.properties index a592b89..1837a12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_AUTOMATIC_RELEASE=true RELEASE_SIGNING_ENABLED=true GROUP=app.moviebase -VERSION_NAME=1.4.1-SNAPSHOT +VERSION_NAME=1.4.0 POM_NAME=TMDB API for KMM POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API.