Skip to content

Commit

Permalink
Fix publication
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 1, 2024
1 parent 63101b0 commit 3a41433
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import org.jetbrains.kotlin.konan.target.KonanTarget

group = Library.group

plugins {
Expand Down Expand Up @@ -79,6 +81,10 @@ mavenPublishing {
}
}

kord {
publicationName = "mavenCentral"
metadataHost = KonanTarget.MACOS_ARM64
}

dependencies {
commonMainImplementation(libs.kord.core)
Expand Down

0 comments on commit 3a41433

Please sign in to comment.