Skip to content

Commit 7e05387

Browse files
committed
Fix gradle build
See #1473
1 parent 5106444 commit 7e05387

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

extractor/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,7 @@ publishing {
191191
}
192192

193193
signing {
194+
setRequired(shouldSignCIRelease)
194195
useInMemoryPgpKeys(ciSigningKey, ciSigningPassword)
195196
sign(publishing.publications["snapshot"])
196197
}
197-
198-
tasks.withType<Sign> {
199-
onlyIf("Signing credentials are present (only used for maven central)") { shouldSignCIRelease }
200-
}

0 commit comments

Comments
 (0)