Skip to content

Commit 94c0fac

Browse files
committed
check for signing properties
1 parent c040879 commit 94c0fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ artifacts {
4040
archives sourcesJar
4141
}
4242

43-
if (sonatypeUser) {
43+
if (project.properties.containsKey('signing.keyId')) {
4444
apply plugin: 'signing'
4545
signing {
4646
sign configurations.archives

0 commit comments

Comments
 (0)