Skip to content

Commit 6589571

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ buildscript {
1313
}
1414
}
1515

16-
apply plugin: "java-library"
1716
apply plugin: "java"
1817
apply plugin: "maven-publish"
1918
apply plugin: "com.jfrog.bintray"
2019
apply plugin: "com.jfrog.artifactory"
2120

2221

22+
group = GROUP
2323
sourceCompatibility = JavaVersion.VERSION_11
2424
targetCompatibility = JavaVersion.VERSION_11
2525

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

0 commit comments

Comments
 (0)