We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f513978 commit 7091893Copy full SHA for 7091893
.travis/deploy.sh
@@ -7,7 +7,7 @@ pwd
7
8
project_version=`cat VERSION`
9
if [ "${project_version}" == "${tag_version}" ]; then
10
- ./gradlew bintrayUpload
+ ./gradlew --stacktrace --info bintrayUpload
11
else
12
echo "Tag version '${tag_version}' doesn't match version in project ('${project_version}'). Aborting!"
13
exit 1
0 commit comments