File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,13 @@ subprojects {
46
46
googleJavaFormat {
47
47
toolVersion = ' 1.6'
48
48
}
49
-
49
+
50
+ ext {
51
+ if (project. hasProperty(' versionSuffix' )) {
52
+ project. version + = project. getProperty(' versionSuffix' )
53
+ }
54
+ }
55
+
50
56
dependencyManagement {
51
57
imports {
52
58
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
11
11
./gradlew \
12
12
-PbintrayUser=" ${bintrayUser} " -PbintrayKey=" ${bintrayKey} " \
13
13
-PsonatypeUsername=" ${sonatypeUsername} " -PsonatypePassword=" ${sonatypePassword} " \
14
+ -PversionSuffix=" -SNAPSHOT" \
14
15
build artifactoryPublish --stacktrace
15
16
16
17
elif [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_TAG " != " " ] && [ " $bintrayUser " != " " ] ; then
You can’t perform that action at this time.
0 commit comments