1

Fix Sonatype env variables
All checks were successful
Build & Release / release-library (push) Successful in 1m34s

This commit is contained in:
2024-11-13 20:23:45 +01:00
parent dff5a6d369
commit c3236f3249
2 changed files with 3 additions and 2 deletions

View File

@@ -191,6 +191,7 @@ tasks.register('generateChecksumsSha256') {
* Uploads the ZIP bundle to Maven Central via the Maven Central Portal API
*/
tasks.register('publishToMavenCentral', Exec) {
onlyIf { hasSignatureKey }
group 'publishing'
dependsOn(generateMavenCentralBundle)
executable "curl"