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 d79a37b commit 250f316Copy full SHA for 250f316
travis-publish.sh
@@ -20,9 +20,6 @@ if [[ $TRAVIS_REPO_SLUG == "grails/grails-data-mapping" && $TRAVIS_PULL_REQUEST
20
21
if [[ -n $TRAVIS_TAG ]]; then
22
./gradlew publish bintrayUpload --no-daemon --stacktrace || EXIT_STATUS=$?
23
- if [[ $EXIT_STATUS -eq 0 ]]; then
24
- ./gradlew synchronizeWithMavenCentral --no-daemon
25
- fi
26
else
27
./gradlew publish --no-daemon --stacktrace || EXIT_STATUS=$?
28
fi
0 commit comments