Skip to content

Commit e15b96a

Browse files
committed
Provide external links to JUnit in published Javadoc API
1 parent cba355a commit e15b96a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ configure(allprojects) { project ->
191191
"http://fasterxml.github.io/jackson-core/javadoc/2.9/",
192192
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
193193
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
194-
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
194+
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
195+
"https://junit.org/junit4/javadoc/latest/",
196+
"https://junit.org/junit5/docs/current/api/"
195197
] as String[]
196198
}
197199

0 commit comments

Comments
 (0)