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.
1 parent 0842c2e commit 5487a31Copy full SHA for 5487a31
.ldrelease/publish.sh
@@ -6,4 +6,4 @@ set -ue
6
7
# Publish to Sonatype
8
echo "Publishing to Sonatype"
9
-./gradlew publishToSonatype closeAndReleaseRepository || { echo "Gradle publish/release failed" >&2; exit 1; }
+./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository || { echo "Gradle publish/release failed" >&2; exit 1; }
0 commit comments