Skip to content

Commit 926ad7c

Browse files
authored
Auto close the repository on publish (#1755)
Appears finding the repository for local checking fails due to ip restrictions. See: gradle-nexus/publish-plugin#379 JAVA-5881
1 parent 07a685d commit 926ad7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export ORG_GRADLE_PROJECT_signingKey="${SIGNING_KEY}"
1818
export ORG_GRADLE_PROJECT_signingPassword=${SIGNING_PASSWORD}
1919

2020
if [ "$RELEASE" == "true" ]; then
21-
TASK="publishArchives"
21+
TASK="publishArchives closeSonatypeStagingRepository"
2222
else
2323
TASK="publishSnapshots"
2424
fi

0 commit comments

Comments
 (0)