Skip to content

Commit fc2e154

Browse files
Minor gradle fix.
Signed-off-by: Johannes Tegnér <[email protected]>
1 parent aeb7fbe commit fc2e154

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ signing {
5050
def signingKey = System.getenv("SIGNING_KEY")
5151
def signingPassword = System.getenv("SIGNING_PASSPHRASE")
5252
useInMemoryPgpKeys(signingKey, signingPassword)
53-
sign publishing.publications.mavenJava
54-
sign publishing.publications.gpr
53+
sign configurations.archives
5554
}
5655

5756
publishing {

0 commit comments

Comments
 (0)