From 947c232778874f3e24b6086935d3cb30260081f5 Mon Sep 17 00:00:00 2001 From: Meysam Zamani Date: Wed, 25 Jun 2025 10:57:39 +0200 Subject: [PATCH] EPNG-12229 adjust configs to publish to maven central Please take a look at here: https://github.com/gradle-nexus/publish-plugin/?tab=readme-ov-file#add-metadata --- ci_publish_java.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_publish_java.sh b/ci_publish_java.sh index 60076d02..b5f0063f 100755 --- a/ci_publish_java.sh +++ b/ci_publish_java.sh @@ -86,7 +86,7 @@ fi # Determine where to publish the Java archives if [[ "${PUBLISH_TO_SONATYPE}" == "true" ]]; then - PUBLISH_GRADLE_TASK="publishToSonatype" + PUBLISH_GRADLE_TASK="publishToSonatype closeSonatypeStagingRepository" else PUBLISH_GRADLE_TASK="publishToMavenLocal" fi