File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ dependencies {
41
41
testImplementation(group : " org.mockito" , name : " mockito-core" , version : " 2.28.2" );
42
42
}
43
43
44
+ // FIXME: For some reason, making this https causes OpenJDK 11 to fail.
44
45
javadoc. options. links(" http://docs.oracle.com/javase/7/docs/api/" );
45
- javadoc. options. links(" http ://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
46
- javadoc. options. links(" http ://fasterxml.github.com /jackson-databind/javadoc/2.2.0/" );
47
- javadoc. options. links(" http ://www.javadoc.io/doc/com.google.guava/guava/28 .1-jre/" );
48
- javadoc. options. links(" http ://fge.github.io/msg-simple/" );
46
+ javadoc. options. links(" https ://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
47
+ javadoc. options. links(" https ://fasterxml.github.io /jackson-databind/javadoc/2.2.0/" );
48
+ javadoc. options. links(" https ://www.javadoc.io/doc/com.google.guava/guava/25 .1-jre/" );
49
+ javadoc. options. links(" https ://fge.github.io/msg-simple/" );
49
50
You can’t perform that action at this time.
0 commit comments