We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7220bdd commit eb3420eCopy full SHA for eb3420e
build.gradle
@@ -196,4 +196,5 @@ signing {
196
def signingKeyId = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryKeyId')
197
def signingPassword = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryPassword')
198
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
199
+ required true
200
}
0 commit comments