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 58986d7 commit 75f7981
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ kotlin {

publishing {

publications {
register<MavenPublication>("kotlin") {
from(components["kotlin"])

publications.configureEach {
if (this is MavenPublication) {
pom {
name.set("screeps-kotlin-types")
description.set("The repository for Screep's Kotlin type definitions. https://screeps.com/")
Expand Down Expand Up @@ -77,8 +75,6 @@ publishing {
}

signing {
// setRequired(false)

val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
Expand Down

0 comments on commit 75f7981

Please sign in to comment.