Skip to content

Commit 4a27c0e

Browse files
committed
Added publishing to bintray.
1 parent b06f545 commit 4a27c0e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

library/build.gradle

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
apply plugin: 'java'
2+
apply plugin: 'com.novoda.bintray-release'
3+
4+
buildscript {
5+
repositories {
6+
jcenter()
7+
}
8+
dependencies {
9+
classpath 'com.novoda:bintray-release:0.3.4'
10+
}
11+
}
212

313
version '1.0'
414

15+
publish {
16+
groupId = 'com.github.amatkivskiy'
17+
artifactId = 'gitter.rx.sdk'
18+
publishVersion = '1.0.0'
19+
desc = 'Gitter.im RxJava SDK that facilitates communication with Gitter API'
20+
licences = ['MIT']
21+
website = 'https://github.com/Gitteroid/GitterRxJavaSDK'
22+
autoPublish = false
23+
}
24+
525
dependencies {
626
compile 'com.squareup.retrofit:retrofit:1.9.0'
727
compile 'io.reactivex:rxjava:1.0.14'

0 commit comments

Comments
 (0)