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 590846a commit bb02676Copy full SHA for bb02676
1 file changed
plugins/convention-plugins/src/main/kotlin/gradle-plugin.gradle.kts
@@ -4,6 +4,7 @@ plugins {
4
}
5
6
signing {
7
+ isRequired = false
8
useInMemoryPgpKeys(
9
propertyOrEnvOrNull("GPG_key_id"),
10
propertyOrEnvOrNull("GPG_private_key") ?: return@signing,
0 commit comments