Skip to content

Commit 3c7887c

Browse files
committed
Provide external links to JUnit in published Javadoc API
1 parent 21d3bf8 commit 3c7887c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ configure(allprojects) { project ->
206206
"http://fasterxml.github.io/jackson-core/javadoc/2.8/",
207207
"http://fasterxml.github.io/jackson-databind/javadoc/2.8/",
208208
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/",
209-
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
209+
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
210+
"https://junit.org/junit4/javadoc/${junitVersion}/"
210211
] as String[]
211212
}
212213

0 commit comments

Comments
 (0)