Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pvranik committed Oct 29, 2023
1 parent d56675d commit aadbb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ publishing {

signing {
println "!!! DEBUG: (${findProperty('signing.key')}, ${findProperty('signing.password')})"
//useInMemoryPgpKeys(System.getenv('GPG_SIGNING_KEY'), findProperty('signing.password'))
useInMemoryPgpKeys(findProperty('signing.key'), findProperty('signing.password'))
useInMemoryPgpKeys(System.getenv('GPG_SIGNING_KEY'), findProperty('signing.password'))
//useInMemoryPgpKeys(findProperty('signing.key'), findProperty('signing.password'))
sign publishing.publications.mavenJava
}

0 comments on commit aadbb2a

Please sign in to comment.