We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178af3 commit bd657f8Copy full SHA for bd657f8
build.gradle
@@ -80,5 +80,6 @@ publishing {
80
}
81
82
signing {
83
+ required { project.hasProperty("signing.keyId") }
84
sign publishing.publications.maven
85
0 commit comments