Skip to content

Commit

Permalink
Patching the signing of artifacts to work correctly
Browse files Browse the repository at this point in the history
(cherry picked from commit fd346c2)
  • Loading branch information
MikeRocke committed Apr 23, 2021
1 parent 031d590 commit c6d288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ subprojects {
def signingKey = findProperty("signingKey")
def signingPassword = findProperty("signingPassword")
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
sign configurations.archives
sign publishing.publications
}

publishing {
Expand Down

0 comments on commit c6d288e

Please sign in to comment.