Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 1, 2024
1 parent ff60427 commit 4e0ae48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tasks {
mavenPublishing {
coordinates(artifactId = Library.name)
publishToMavenCentral()
signAllPublications()
// signAllPublications()

pom {
name = Library.name
Expand Down Expand Up @@ -91,7 +91,7 @@ mavenPublishing {

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

dependencies {
Expand Down

0 comments on commit 4e0ae48

Please sign in to comment.