Skip to content

Commit

Permalink
Merge pull request #20 from xenit-eu/VESPASLA-82
Browse files Browse the repository at this point in the history
VESPASLA-82 correct signingkey property
  • Loading branch information
todorinskiz committed Aug 9, 2024
2 parents 4f54e26 + a9c97f0 commit ecfde57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apply plugin: 'signing'

signing {
required { !version.toString().endsWith('SNAPSHOT') && gradle.taskGraph.hasTask("publish") }
useInMemoryPgpKeys(findProperty('signingKeyId'), findProperty('signingPassword'))
useInMemoryPgpKeys(findProperty('signingKey'), findProperty('signingPassword'))
sign publishing.publications.mavenJava
}

0 comments on commit ecfde57

Please sign in to comment.