Skip to content

Commit 9c26d1b

Browse files
committed
Merge pull request ReactiveX#211 from ReactiveX/dlew/auto-publish
Automatically publish bintray releases
2 parents 17f24e4 + f8fb063 commit 9c26d1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex
2-
VERSION_NAME=1.0
2+
VERSION_NAME=1.0.0-rc1
33
POM_NAME=RxAndroid
44
POM_PACKAGING=aar
55
POM_DESCRIPTION=RxAndroid

rxandroid/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ artifactory {
122122
bintray {
123123
configurations = ['archives']
124124

125+
publish = true
126+
125127
pkg {
126128
repo = 'RxJava'
127129
name = 'RxAndroid'

0 commit comments

Comments
 (0)