Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ADOT Patch workflow committed Jan 10, 2024
1 parent 8cbecec commit 4f11104
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ allprojects {
}

plugins.withId("maven-publish") {
plugins.apply("signing")

afterEvaluate {
val publishTask = tasks.named("publishToSonatype")
Expand Down Expand Up @@ -259,12 +258,7 @@ allprojects {
onlyIf { System.getenv("CI") == "true" }
}

configure<SigningExtension> {
val signingKey = System.getenv("GPG_PRIVATE_KEY")
val signingPassword = System.getenv("GPG_PASSPHRASE")
useInMemoryPgpKeys(signingKey, signingPassword)
sign(the<PublishingExtension>().publications["maven"])
}

}
}

Expand Down

0 comments on commit 4f11104

Please sign in to comment.