Skip to content

Commit 77bd603

Browse files
author
Ruben Novelli
committed
Remove javadoc links because PNC cannot access them.
1 parent b063268 commit 77bd603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ javadoc {
7474
options.addStringOption("header").value = ""
7575
options.stylesheetFile = project.file("gradle/stylesheet.css")
7676

77-
options.links(
78-
"https://docs.oracle.com/javase/8/docs/api/",
79-
"http://www.reactive-streams.org/reactive-streams-${reactiveStreamsVersion}-javadoc/"
80-
)
77+
//options.links(
78+
// "https://docs.oracle.com/javase/8/docs/api/",
79+
// "http://www.reactive-streams.org/reactive-streams-${reactiveStreamsVersion}-javadoc/"
80+
//)
8181

8282
finalizedBy javadocCleanup
8383
}

0 commit comments

Comments
 (0)