Skip to content

Commit 35c4062

Browse files
committed
Fix javadoc links for 1.8 javadoc tool bug
1 parent 7e02760 commit 35c4062

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

project.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ dependencies {
4848
testCompile(group: "org.mockito", name: "mockito-core", version: "1.9.5");
4949
}
5050

51-
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api");
52-
javadoc.options.links("http://jsr-305.googlecode.com/svn/trunk/javadoc");
53-
javadoc.options.links("http://fasterxml.github.com/jackson-databind/javadoc/2.2.0");
54-
javadoc.options.links("http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc");
55-
javadoc.options.links("http://fge.github.io/msg-simple");
51+
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api/");
52+
javadoc.options.links("http://jsr-305.googlecode.com/svn/trunk/javadoc/");
53+
javadoc.options.links("http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/");
54+
javadoc.options.links("http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc/");
55+
javadoc.options.links("http://fge.github.io/msg-simple/");
5656

0 commit comments

Comments
 (0)