Skip to content

Commit 3833dd2

Browse files
committed
Also have to call sign
1 parent 809af45 commit 3833dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ if (project.hasProperty("releaseMode")) {
205205
signing {
206206
if (project.hasProperty("SIGNING_PRIVATE_KEY") && project.hasProperty("SIGNING_PASSWORD")) {
207207
useInMemoryPgpKeys(project.getProperty("SIGNING_PRIVATE_KEY"), project.getProperty("SIGNING_PASSWORD"))
208+
sign(publishing.publications)
208209
}
209210
}
210211
}

0 commit comments

Comments
 (0)