File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,13 @@ subprojects {
4646 googleJavaFormat {
4747 toolVersion = ' 1.6'
4848 }
49-
49+
50+ ext {
51+ if (project. hasProperty(' versionSuffix' )) {
52+ project. version + = project. getProperty(' versionSuffix' )
53+ }
54+ }
55+
5056 dependencyManagement {
5157 imports {
5258 mavenBom " io.projectreactor:reactor-bom:${ ext['reactor-bom.version']} "
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ] && [ "$bin
1111 ./gradlew \
1212 -PbintrayUser=" ${bintrayUser} " -PbintrayKey=" ${bintrayKey} " \
1313 -PsonatypeUsername=" ${sonatypeUsername} " -PsonatypePassword=" ${sonatypePassword} " \
14+ -PversionSuffix=" -SNAPSHOT" \
1415 build artifactoryPublish --stacktrace
1516
1617elif [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_TAG " != " " ] && [ " $bintrayUser " != " " ] ; then
You can’t perform that action at this time.
0 commit comments