File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ];
1818# if [ "${RELEASE}" = "true" ]; then
1919 echo " Deploying release to Bintray"
2020# NEXT_VERSION="$(gradle properties -q | grep "version:" | grep -v "kotlin_version:" | awk '{print $2}' | tr -d '[:space:]')b$(date +%Y%m%d%H%M)"
21- NEXT_VERSION=" $( gradle properties -q | grep " version:" | grep -v " kotlin_version:" | awk ' {print $2}' | tr -d ' [:space:]' ) b${TRAVIS_BUILD_NUMBER} "
21+ NEXT_VERSION=" $( ./gradlew properties -q | grep " version:" | grep -v " kotlin_version:" | awk ' {print $2}' | tr -d ' [:space:]' ) b${TRAVIS_BUILD_NUMBER} "
2222 sed -i -E " s/^version(\s)?=.*/version=${NEXT_VERSION} /" gradle.properties
2323 saveGitCredentials
2424 ./gradlew clean assemble && ./gradlew check --info && ./gradlew bintrayUpload -x check --info
You can’t perform that action at this time.
0 commit comments