Skip to content

Commit 5e78a87

Browse files
committed
Merge pull request #6 from maiflai/master
check for signing property
2 parents 4ae2d8e + 94c0fac commit 5e78a87

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)