Skip to content

Commit 250f316

Browse files
committed
Remove duplicate central sync
1 parent d79a37b commit 250f316

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

travis-publish.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ if [[ $TRAVIS_REPO_SLUG == "grails/grails-data-mapping" && $TRAVIS_PULL_REQUEST
2020

2121
if [[ -n $TRAVIS_TAG ]]; then
2222
./gradlew publish bintrayUpload --no-daemon --stacktrace || EXIT_STATUS=$?
23-
if [[ $EXIT_STATUS -eq 0 ]]; then
24-
./gradlew synchronizeWithMavenCentral --no-daemon
25-
fi
2623
else
2724
./gradlew publish --no-daemon --stacktrace || EXIT_STATUS=$?
2825
fi

0 commit comments

Comments
 (0)