Skip to content

Commit

Permalink
Fixed external javadoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Mar 25, 2020
1 parent 52da26b commit 1e53ceb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -87,6 +87,9 @@ javadoc {
if (JavaVersion.current().isJava8Compatible()) {
options.addStringOption('Xdoclint:none', '-quiet')
}
options {
links 'https://docs.oracle.com/javase/8/docs/api/'
}
}

task bundle(type: Bundle) {
Expand Down

0 comments on commit 1e53ceb

Please sign in to comment.