File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
3333 defaults {
3434 publications(' maven' )
3535 }
36+ clientConfig. info. setBuildNumber(' ' + project. property(' buildNumber' ))
3637 }
3738 }
3839 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ] && [ "$bin
2020
2121 echo -e " Building Tag $TRAVIS_REPO_SLUG /$TRAVIS_TAG "
2222 ./gradlew \
23- -Pversion=" $TRAVIS_TAG " -Pstage=" $TRAVIS_BUILD_STAGE_NAME " \
23+ -Pversion=" $TRAVIS_TAG " -Pstage=" $TRAVIS_BUILD_STAGE_NAME " -PbuildNumber= " $TRAVIS_BUILD_NUMBER " \
2424 -PbintrayUser=" ${bintrayUser} " -PbintrayKey=" ${bintrayKey} " \
2525 -PsonatypeUsername=" ${sonatypeUsername} " -PsonatypePassword=" ${sonatypePassword} " \
2626 -PvcProtobufLibs=" /c/Program Files/protobuf/lib" -PvcProtobufInclude=" /c/Program Files/protobuf/include" \
You can’t perform that action at this time.
0 commit comments