We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9822b8c commit 9dd35b5Copy full SHA for 9dd35b5
build.gradle
@@ -14,6 +14,7 @@ buildscript {
14
}
15
16
apply plugin: "java"
17
+apply plugin: "maven"
18
apply plugin: "maven-publish"
19
apply plugin: "com.jfrog.bintray"
20
apply plugin: "com.jfrog.artifactory"
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=io.reactivex.rxjava2
2
-VERSION_NAME=2.11.0-RC25
+VERSION_NAME=2.11.0-RC27
3
POM_NAME=RxJavaFX
4
POM_PACKAGING=jar
5
POM_DESCRIPTION=RxJavaFX
0 commit comments