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 5106444 commit 7e05387Copy full SHA for 7e05387
1 file changed
extractor/build.gradle.kts
@@ -191,10 +191,7 @@ publishing {
191
}
192
193
signing {
194
+ setRequired(shouldSignCIRelease)
195
useInMemoryPgpKeys(ciSigningKey, ciSigningPassword)
196
sign(publishing.publications["snapshot"])
197
-
198
-tasks.withType<Sign> {
199
- onlyIf("Signing credentials are present (only used for maven central)") { shouldSignCIRelease }
200
-}
0 commit comments