Skip to content

Commit

Permalink
ALFREDAPI-560 [Rollback] publish.signing
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Aug 20, 2024
1 parent da3090b commit 0c3904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ publishing {
signing {
required { !version.toString().endsWith("SNAPSHOT") }
// This needs to be changed once Gradle is upgraded to https://github.com/xenit-eu/xenit-java-logging/blob/master/publish.gradle#L54
useInMemoryPgpKeys(findProperty("signingKeyId"), findProperty("signingKey"), findProperty("signingPassword"))
useInMemoryPgpKeys(findProperty("signingKey"), findProperty("signingPassword"))
sign publishing.publications
}

0 comments on commit 0c3904f

Please sign in to comment.