Skip to content

Commit 748f86d

Browse files
author
volker
committed
skip signing if key not available
1 parent 3fb77fb commit 748f86d

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
@@ -68,5 +68,6 @@ publishing {
6868
}
6969

7070
signing {
71+
required { project.hasProperty("signing.keyId") }
7172
sign publishing.publications.maven
7273
}

0 commit comments

Comments
 (0)