Skip to content

Commit 3bfe9e9

Browse files
committed
Revert "remove duplicate signing"
This reverts commit 6120627
1 parent 6120627 commit 3bfe9e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ artifacts {
9292

9393
if (project.properties.containsKey('signing.keyId')) {
9494
apply plugin: 'signing'
95+
signing {
96+
sign configurations.archives
97+
}
9598
}
9699

97100
uploadArchives {

0 commit comments

Comments
 (0)