We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211713d commit ccc4c6fCopy full SHA for ccc4c6f
build.gradle
@@ -192,12 +192,10 @@ mavenPublishing {
192
}
193
194
195
-/*
196
signing {
197
def signingKey = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryKey')
198
def signingKeyId = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryKeyId')
199
def signingPassword = System.getenv('ORG_GRADLE_PROJECT_signingInMemoryPassword')
200
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
201
- sign mavenPublishing.publications
202
-}
203
-*/
+ required true
+}
0 commit comments