We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75db432 commit 2da017aCopy full SHA for 2da017a
1 file changed
build.gradle
@@ -17,7 +17,7 @@ buildscript {
17
group = "io.reactivex.rxjava2"
18
ext.githubProjectName = "RxJavaFX"
19
20
-version = "2.11.0-RC8"
+version = "2.11.0-RC9"
21
22
/*
23
def releaseTag = System.getenv("TRAVIS_TAG");
@@ -162,7 +162,7 @@ if (rootProject.hasProperty("releaseMode")) {
162
publications = ["mavenJava"]
163
publish = true
164
pkg {
165
- repo = "RxJava"
+ repo = "RxJava/io/reactivex/rxjava2/rxjavafx"
166
name = "RxJavaFX"
167
userOrg = "reactivex"
168
labels = ["rxjava", "reactivex"]
0 commit comments