Skip to content

Commit b0d1d7e

Browse files
committed
Work around Java 8's javadoc bug
1 parent 1cca720 commit b0d1d7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ dependencies {
5151
/*
5252
* External javadoc links
5353
*/
54-
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api");
55-
javadoc.options.links("http://jsr-305.googlecode.com/svn/trunk/javadoc");
56-
javadoc.options.links("http://fasterxml.github.com/jackson-databind/javadoc/2.2.0");
57-
javadoc.options.links("http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc");
58-
javadoc.options.links("http://fge.github.io/msg-simple");
54+
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api/");
55+
javadoc.options.links("http://jsr-305.googlecode.com/svn/trunk/javadoc/");
56+
javadoc.options.links("http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/");
57+
javadoc.options.links("http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc/");
58+
javadoc.options.links("http://fge.github.io/msg-simple/");
5959

0 commit comments

Comments
 (0)