This repository was archived by the owner on May 3, 2022. It is now read-only.
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ language: java
2
2
install : true
3
3
4
4
stages :
5
- - name : build
6
- - name : snapshot
7
- if : branch = development
8
- - name : release
9
- if : branch = master
5
+ - name : build
6
+ - name : snapshot
7
+ if : branch = development
8
+ - name : release
9
+ if : branch = master
10
10
11
11
jobs :
12
12
include :
13
- - stage : build
14
- script : ./gradlew build
15
- - stage : snapshot
16
- script : ./gradlew artifactoryPublish --exclude-task test -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
17
- - stage : release
18
- script : ./gradlew bintrayUpload --exclude-task test -Drelease=true PbuildVariant=release -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
13
+ - stage : build
14
+ script : ./gradlew build
15
+ - stage : snapshot
16
+ script : ./gradlew artifactoryPublish --exclude-task test -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
17
+ - stage : release
18
+ script : ./gradlew bintrayUpload --exclude-task test -Drelease=true - PbuildVariant=release -Dbintray.user=${BINTRAY_USER} -Dbintray.key=${BINTRAY_KEY} -Dbuild.number=${TRAVIS_BUILD_NUMBER}
19
19
20
20
deploy :
21
21
provider : releases
You can’t perform that action at this time.
0 commit comments