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 b063268 commit 77bd603Copy full SHA for 77bd603
build.gradle
@@ -74,10 +74,10 @@ javadoc {
74
options.addStringOption("header").value = ""
75
options.stylesheetFile = project.file("gradle/stylesheet.css")
76
77
- options.links(
78
- "https://docs.oracle.com/javase/8/docs/api/",
79
- "http://www.reactive-streams.org/reactive-streams-${reactiveStreamsVersion}-javadoc/"
80
- )
+ //options.links(
+ // "https://docs.oracle.com/javase/8/docs/api/",
+ // "http://www.reactive-streams.org/reactive-streams-${reactiveStreamsVersion}-javadoc/"
+ //)
81
82
finalizedBy javadocCleanup
83
}
0 commit comments