Skip to content

Commit

Permalink
Fixed signin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Sep 21, 2023
1 parent d8ee0ed commit 22fe59e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ publishing {
}

signing {
def signingKey = findProperty("signingKey")
useInMemoryPgpKeys(signingKey, null)
val signingKey: String? by project
useInMemoryPgpKeys(signingKey, nulls)

sign(publishing.publications)

Expand Down

0 comments on commit 22fe59e

Please sign in to comment.