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 66218a0 commit 26b807aCopy full SHA for 26b807a
travis-build.sh
@@ -22,6 +22,6 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ];
22
./gradlew clean assemble release -Prelease.useAutomaticVersion=true && ./gradlew check --info
23
else
24
echo "Deploying snapshot to Bintray"
25
- ./gradlew clean assemble bintrayPublish && ./gradlew check --info
+ ./gradlew clean assemble bintrayUpload && ./gradlew check --info
26
fi
27
0 commit comments