File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ dependencies {
4747/*
4848 * External javadoc links
4949 */
50+ // FIXME: For some reason, making this https causes OpenJDK 11 to fail.
5051javadoc. options. links(" http://docs.oracle.com/javase/6/docs/api/" );
51- javadoc. options. links(" http://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
52- javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
53- javadoc. options. links(" http://www.javadoc.io/doc/com.google.guava/guava/28.1-jre/" );
54- javadoc. options. links(" http://fge.github.io/msg-simple/" );
55-
52+ javadoc. options. links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
53+ javadoc. options. links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
54+ javadoc. options. links(" https://www.javadoc.io/doc/com.google.guava/guava/25.1-jre/" );
55+ javadoc. options. links(" https://fge.github.io/msg-simple/" );
You can’t perform that action at this time.
0 commit comments