@@ -68,17 +68,17 @@ dependencies {
68
68
testCompile(group : " org.easytesting" , name : " fest-assert" , version : " 1.4" );
69
69
}
70
70
71
+ // FIXME: For some reason, making this https causes OpenJDK 11 to fail.
71
72
javadoc. options. links(" http://docs.oracle.com/javase/7/docs/api/" );
72
- javadoc. options. links(" http://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
73
- javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
74
- javadoc. options. links(" http://fasterxml.github.com/jackson-core/javadoc/2.2.0/" );
75
- javadoc. options. links(" http://www.javadoc.io/doc/com.google.guava/guava/16.0.1/" );
76
- javadoc. options. links(" http://fge.github.io/btf/" );
77
- javadoc. options. links(" http://fge.github.io/msg-simple/" );
78
- javadoc. options. links(" http://fge.github.io/jackson-coreutils/" );
79
- javadoc. options. links(" http://fge.github.io/uri-template/" );
80
- javadoc. options. links(" http://java-json-tools.github.io/json-schema-core/1.2.x/" );
81
-
73
+ javadoc. options. links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
74
+ javadoc. options. links(" https://fasterxml.github.io/jackson-databind/javadoc/2.2.0/" );
75
+ javadoc. options. links(" https://fasterxml.github.io/jackson-core/javadoc/2.2.0/" );
76
+ javadoc. options. links(" https://www.javadoc.io/doc/com.google.guava/guava/25.1-jre/" );
77
+ javadoc. options. links(" https://java-json-tools.github.io/btf/" );
78
+ javadoc. options. links(" https://java-json-tools.github.io/msg-simple/" );
79
+ javadoc. options. links(" https://java-json-tools.github.io/jackson-coreutils/" );
80
+ javadoc. options. links(" https://java-json-tools.github.io/uri-template/" );
81
+ javadoc. options. links(" https://java-json-tools.github.io/json-schema-core/1.2.x/" );
82
82
83
83
/*
84
84
* Necessary! Otherwise TestNG will not be used...
0 commit comments