Skip to content

Commit db1484c

Browse files
committed
Try to wire signing into publishing.
1 parent ac75563 commit db1484c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AndroidClient/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (project.hasProperty('versionSuffix')) {
1414
if (project.hasProperty('signing.keyId')) {
1515
println "Signing enabled"
1616
signing {
17-
sign configurations.archives
17+
sign publishing.publications.mavenJava
1818
}
1919
} else {
2020
println "Signing disabled"

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if (project.hasProperty('versionSuffix')) {
1414
if (project.hasProperty('signing.keyId')) {
1515
println "Signing enabled"
1616
signing {
17-
sign configurations.archives
17+
sign publishing.publications.mavenJava
1818
}
1919
} else {
2020
println "Signing disabled"

0 commit comments

Comments
 (0)