This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ subprojects {
5151 sourceCompatibility = 1.8
5252 targetCompatibility = 1.8
5353
54- project. version + = project. hasProperty(' versionSufix ' ) ? project. property(' versionSufix ' ) : ' '
54+ project. version + = project. hasProperty(' versionSuffix ' ) ? project. property(' versionSuffix ' ) : ' '
5555
5656 repositories {
5757 mavenCentral()
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "develop" ]
1414 # Develop Branch
1515 echo -e ' Build Branch with Snapshot => Branch [' $TRAVIS_BRANCH ' ]'
1616 export ORG_GRADLE_PROJECT_releaseType=snapshot
17- ./gradlew -PversionSufix =" .BUILD-SNAPSHOT" clean build artifactoryPublish --stacktrace
17+ ./gradlew -PversionSuffix =" .BUILD-SNAPSHOT" clean build artifactoryPublish --stacktrace
1818elif [ " $TRAVIS_PULL_REQUEST " == " false" ] && [[ " $TRAVIS_BRANCH " == release/* ]] && [ " $TRAVIS_TAG " == " " ]; then
1919 # Release Branch
2020 echo -e ' Build Branch for Release => Branch [' $TRAVIS_BRANCH ' ]'
3333 # Feature Branch
3434 echo -e ' Build Branch => Branch [' $TRAVIS_BRANCH ' ]'
3535 export ORG_GRADLE_PROJECT_releaseType=snapshot
36- ./gradlew clean -PversionSufix =" .BUILD-SNAPSHOT" build artifactoryPublish --stacktrace
36+ ./gradlew clean -PversionSuffix =" .BUILD-SNAPSHOT" build artifactoryPublish --stacktrace
3737fi
You can’t perform that action at this time.
0 commit comments