Skip to content

Commit

Permalink
publish to maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Dec 13, 2024
1 parent 057b78b commit 449fb2c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,13 @@ publishing {
}
}

println "***** ${(System.getenv('SIGNING_KEY_ID') ?: '').size()} << length "

//signing {
ext {
signing.keyId = (System.getenv('SIGNING_KEY_ID') ?: '')
signing.password = System.getenv('SIGNING_PASSWORD') ?: ''
signing.secretKeyRingFile = System.getenv('SECRET_KEY_RING_FILE') ?: ''
}
signing.keyId=(System.getenv('SIGNING_KEY_ID') ?: '')
signing.password=System.getenv('SIGNING_PASSWORD') ?: ''
signing.secretKeyRingFile=System.getenv('SECRET_KEY_RING_FILE') ?: ''


signing {
sign publishing.publications.maven
Expand Down

0 comments on commit 449fb2c

Please sign in to comment.