Skip to content

Commit

Permalink
Attempt to fix CI signing
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 24, 2024
1 parent 95da4f0 commit 737525e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/src/main/kotlin/signed-plugin.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
plugins {
signing
`maven-publish`
}

signing {
val signingKey: String? by project ?: return@signing
val signingPassword: String? by project ?: return@signing

useInMemoryPgpKeys(signingKey, signingPassword)

sign(publishing.publications)
}

0 comments on commit 737525e

Please sign in to comment.