Fix Sonatype env variables
All checks were successful
Build & Release / release-library (push) Successful in 1m34s
All checks were successful
Build & Release / release-library (push) Successful in 1m34s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user