Skip to content

Commit

Permalink
release: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 9, 2022
1 parent 67e4394 commit 9635495
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ val password = systemProp("GPG_PASSWORD")
if (keyId != null) {
logger.info("Signing property [keyId] is {}", keyId)
signing {
setRequired {
!project.version.toString().endsWith("SNAPSHOT")
}
// setRequired {
// !project.version.toString().endsWith("SNAPSHOT")
// }

useInMemoryPgpKeys(keyId, secretKey, password)

sign(publishing.publications["archetype"])
sign(publishing.publications)
}
} else {
logger.warn("Signing property [keyId] (from system env [GPG_KEY_ID]) is null.")
Expand Down

0 comments on commit 9635495

Please sign in to comment.