Now using in memory PGP key

Fixed signin syntax

Fixed dangling char

Fixed typo

Added GPG key password
This commit is contained in:
Erik C. Thauvin 2023-09-21 10:28:32 -07:00
parent 0235444814
commit 392af12f50
2 changed files with 7 additions and 31 deletions

View file

@ -85,7 +85,10 @@ publishing {
}
signing {
useGpgCmd()
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
sign(publishing.publications)
setRequired({