Skip to content

Commit bcad0fb

Browse files
committed
try templating off RxAndroid
1 parent 6589571 commit bcad0fb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ publishing {
6666
publications {
6767
mavenJava(MavenPublication) {
6868
from components.java
69-
//artifact sourcesJar
70-
69+
artifact sourcesJar
70+
groupId GROUP
71+
version VERSION_NAME
7172
pom {
7273
name = POM_NAME
7374
description = POM_DESCRIPTION

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-RC16
2+
VERSION_NAME=2.11.0-RC17
33
POM_NAME=RxJavaFX
44
POM_PACKAGING=jar
55
POM_DESCRIPTION=RxJavaFX

0 commit comments

Comments
 (0)