Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit 9000ba0

Browse files
author
Luke Lovett
committed
Update documentation links in build.gradle.
1 parent ec1ff3d commit 9000ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ configure(subprojects) {
178178
javadoc {
179179
options.version = true
180180
options.links 'http://docs.oracle.com/javase/6/docs/api/'
181-
options.links 'http://hadoop.apache.org/docs/r2.4.0/api'
182-
options.links 'http://api.mongodb.org/java/2.12.3/'
181+
options.links 'http://hadoop.apache.org/docs/r2.6.0/api'
182+
options.links 'http://api.mongodb.org/java/3.0/'
183183
if (JavaVersion.current().isJava8Compatible()) {
184184
options.addStringOption('Xdoclint:none', '-quiet')
185185
}

0 commit comments

Comments
 (0)