From 0a597ec33d276fa5f2220ef4daa3982de9444bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Vieira=20Neto?= Date: Thu, 1 Feb 2018 10:46:37 -0300 Subject: [PATCH] Update publish.sh --- publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index ff2ea87..1389bb6 100644 --- a/publish.sh +++ b/publish.sh @@ -3,7 +3,8 @@ if [ "$TRAVIS_TAG" == "" ]; then ./gradlew build elif [ "$TRAVIS_TAG" != "" ]; then echo -e 'Build Branch for tag: Tag ['$TRAVIS_TAG']' + ./gradlew build ./gradlew -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_KEY}" build bintrayUpload else echo -e 'WARN: Should not be here ./gradlew clean' -fi \ No newline at end of file +fi