Skip to content

Commit abaf908

Browse files
committed
try templating off RxAndroid
1 parent fa02c3e commit abaf908

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ artifacts {
6262
}
6363

6464

65-
publishing {
66-
publications {
67-
mavenJava(MavenPublication) {
68-
from components.java
69-
artifact sourcesJar
70-
}
71-
}
72-
}
73-
74-
7565
publishing {
7666
publications {
7767
mavenJava(MavenPublication) {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.reactivex.rxjava2
2-
VERSION_NAME=2.11.0-RC14
2+
VERSION_NAME=2.11.0-RC15
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)