Skip to content

Commit e9d5700

Browse files
committed
build.gradle: update javadoc links
1 parent d0c539f commit e9d5700

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ dependencies {
6868

6969
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api/");
7070
javadoc.options.links("http://jsr-305.googlecode.com/svn/trunk/javadoc/");
71-
javadoc.options.links("http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/");
72-
javadoc.options.links("http://fasterxml.github.com/jackson-core/javadoc/2.2.0/");
73-
javadoc.options.links("http://fasterxml.github.com/jackson-annotations/javadoc/2.2.0/");
74-
javadoc.options.links("http://docs.guava-libraries.googlecode.com/git-history/v16.0.1/javadoc/");
71+
javadoc.options.links("http://fasterxml.github.com/jackson-databind/javadoc/2.4/");
72+
javadoc.options.links("http://fasterxml.github.com/jackson-core/javadoc/2.4/");
73+
javadoc.options.links("http://fasterxml.github.com/jackson-annotations/javadoc/2.4/");
7574
javadoc.options.links("http://fge.github.io/msg-simple/");
76-
javadoc.options.links("http://fge.github.io/jackson-coreutils/");
7775

7876
/*
7977
* Repositories to use

0 commit comments

Comments
 (0)