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 ca136e8 commit 4e96685Copy full SHA for 4e96685
ci/travis.sh
@@ -21,7 +21,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ] && [ "$bin
21
./gradlew \
22
-PbintrayUser="${bintrayUser}" -PbintrayKey="${bintrayKey}" \
23
-PsonatypeUsername="${sonatypeUsername}" -PsonatypePassword="${sonatypePassword}" \
24
- -PversionSuffix="-$TRAVIS_BRANCH-SNAPSHOT" \
+ -PversionSuffix="-${TRAVIS_BRANCH//\//-}-SNAPSHOT" \
25
-PbuildNumber="$TRAVIS_BUILD_NUMBER" \
26
build artifactoryPublish --stacktrace
27
0 commit comments