File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33- Date format: YYYY-MM-dd
44
5- ## v1.2.9 / 2023-11-23
5+ ## v1.2.9 / 2023-11-24
66
77* Based on ` Kotlin 1.9.20 ` , ` MMKV 1.3.2 `
88
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
22import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSetTree
3- import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
43
54plugins {
65 kotlin(" multiplatform" )
@@ -139,4 +138,9 @@ publishing {
139138 useInMemoryPgpKeys(SIGNING_KEY_ID , SIGNING_KEY , SIGNING_PASSWORD )
140139 sign(publishing.publications)
141140 }
141+ }
142+
143+ // TODO: remove after https://youtrack.jetbrains.com/issue/KT-46466 is fixed
144+ project.tasks.withType(AbstractPublishToMaven ::class .java).configureEach {
145+ dependsOn(project.tasks.withType(Sign ::class .java))
142146}
You can’t perform that action at this time.
0 commit comments