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.
2 parents 5106444 + 7e05387 commit c46af33Copy full SHA for c46af33
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