Sign bdk-jvm artifact in CI

This commit is contained in:
thunderbiscuit
2022-08-31 09:41:52 -04:00
parent 9c485a952f
commit db4ad1a78d
3 changed files with 16 additions and 14 deletions

View File

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