Skip to content

Commit

Permalink
ALFREDAPI-548 [Update] publishing gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Jul 19, 2024
1 parent 717d0df commit fd4c402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ 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("signingKey"), findProperty("signingPassword"))
// useInMemoryPgpKeys(findProperty("signingKey"), findProperty("signingPassword"))
useInMemoryPgpKeys(findProperty("signingKeyId"), findProperty("signingKey"), findProperty("signingPassword"))
sign publishing.publications
}

0 comments on commit fd4c402

Please sign in to comment.