Skip to content

Commit

Permalink
Update BuildPlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Oct 26, 2024
1 parent 6747195 commit fa4ce29
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class BuildPlugin : Plugin<Project> {
it.extensions.findByType<PublishingExtension>()?.apply {
setupMavenPublishing(it)
it.extensions.findByType<SigningExtension>()?.setupSigning(this)
it.tasks.named("publishKotlinMultiplatformPublicationToMavenLocal") {
dependsOn(it.tasks.named("signAndroidReleasePublication"))
}
}
}
}
Expand Down

0 comments on commit fa4ce29

Please sign in to comment.