Skip to content

Commit 6a1b11a

Browse files
committed
add JavaDocs
1 parent 09c3bb0 commit 6a1b11a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,14 @@ task sourcesJar(type: Jar) {
5757
from sourceSets.main.allSource
5858
}
5959

60+
task javadoc {
61+
source = sourceSets.main.allJava
62+
classpath = configurations.compile
63+
}
64+
6065
artifacts {
6166
archives sourcesJar
67+
archives javadoc
6268
}
6369

6470

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

0 commit comments

Comments
 (0)