Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit ef73ddb

Browse files
committed
Add release plugin configuration for automated versioning
1 parent 423815f commit ef73ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] &
1818
echo "Deploying release to Bintray"
1919
saveGitCredentials
2020
git checkout -f ${TRAVIS_BRANCH}
21-
./gradlew clean assemble -Prelease.useAutomaticVersion=true && ./gradlew check --info
21+
./gradlew clean assemble release -Prelease.useAutomaticVersion=true && ./gradlew check --info
2222
else
2323
echo "Verify"
2424
./gradlew clean assemble && ./gradlew check --info

0 commit comments

Comments
 (0)