File tree Expand file tree Collapse file tree 2 files changed +487
-0
lines changed Expand file tree Collapse file tree 2 files changed +487
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ dependencies {
1818
1919javadoc {
2020 exclude " **/rx/internal/**"
21+ exclude " **/test/**"
22+ exclude " **/perf/**"
23+ options {
24+ windowTitle = " RxJava Javadoc ${ project.version} "
25+ }
26+ // Clear the following options to make the docs consitent with the old format
27+ options. addStringOption(' top' ). value = ' '
28+ options. addStringOption(' doctitle' ). value = ' '
29+ options. addStringOption(' header' ). value = ' '
30+ if (JavaVersion . current(). isJava7()) {
31+ // "./gradle/stylesheet.css" only supports Java 7
32+ options. addStringOption(' stylesheetfile' , rootProject. file(' ./gradle/stylesheet.css' ). toString())
33+ }
2134}
2235
2336// support for snapshot/final releases with the various branches RxJava uses
You can’t perform that action at this time.
0 commit comments