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 09c3bb0 commit 6a1b11aCopy full SHA for 6a1b11a
build.gradle
@@ -57,8 +57,14 @@ task sourcesJar(type: Jar) {
57
from sourceSets.main.allSource
58
}
59
60
+task javadoc {
61
+ source = sourceSets.main.allJava
62
+ classpath = configurations.compile
63
+}
64
+
65
artifacts {
66
archives sourcesJar
67
+ archives javadoc
68
69
70
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=io.reactivex.rxjava2
2
-VERSION_NAME=2.11.0-RC22
+VERSION_NAME=2.11.0-RC23
3
POM_NAME=RxJavaFX
4
POM_PACKAGING=jar
5
POM_DESCRIPTION=RxJavaFX
0 commit comments