Skip to content

Commit a632d0b

Browse files
authored
Self-hosting the Reactive Streams Javadoc
It was build with JDK 9 and lacks the `package-list` file that is required by JDK 8 Javadoc. I had to unpack the official `-javadoc.jar` from maven and copy-pasted the `elements-list` as `package-list`. Let's hope it works.
1 parent 3f3a045 commit a632d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ javadoc {
7676

7777
options.links(
7878
"https://docs.oracle.com/javase/8/docs/api/",
79-
"https://www.reactive-streams.org/reactive-streams-${reactiveStreamsVersion}-javadoc/"
79+
"https://reactivex.io/RxJava/org.reactivestreams.javadoc/${reactiveStreamsVersion}/"
8080
)
8181

8282
finalizedBy javadocCleanup

0 commit comments

Comments
 (0)