Skip to content

Commit 95a78aa

Browse files
committed
[Java] Remove javadoc options links as they conflict with Java 11.
1 parent 89b6d67 commit 95a78aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ subprojects {
163163
javadoc {
164164
title = '<h1>Simple Binary Encoding</h1>'
165165
options.bottom = '<i>Copyright &#169; 2014-2019 Real Logic Ltd. All Rights Reserved.</i>'
166-
options.links('https://docs.oracle.com/javase/8/docs/api/')
167166
if (JavaVersion.current().ordinal() >= JavaVersion.VERSION_1_10.ordinal()) {
168167
options.addBooleanOption 'html5', true
169168
}

0 commit comments

Comments
 (0)