Skip to content

Commit

Permalink
update publishing config for kotlin multiplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
exaV committed Apr 21, 2024
1 parent 75f7981 commit a0c8c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ signing {
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
sign(publishing.publications["kotlin"])
sign(publishing.publications)
}

0 comments on commit a0c8c59

Please sign in to comment.