Skip to content

Commit

Permalink
Remove javadoc links because PNC cannot access them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Novelli committed Mar 7, 2023
1 parent b063268 commit 77bd603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ javadoc {
options.addStringOption("header").value = ""
options.stylesheetFile = project.file("gradle/stylesheet.css")

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

finalizedBy javadocCleanup
}
Expand Down

0 comments on commit 77bd603

Please sign in to comment.