From e15b96a198390f294aa76265ff790c5c4ab77c5f Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 8 Jan 2019 16:19:01 +0100 Subject: [PATCH] Provide external links to JUnit in published Javadoc API --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ae537e14fc..672f06e26d 100644 --- a/build.gradle +++ b/build.gradle @@ -191,7 +191,9 @@ configure(allprojects) { project -> "http://fasterxml.github.io/jackson-core/javadoc/2.9/", "http://fasterxml.github.io/jackson-databind/javadoc/2.9/", "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/", - "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" + "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", + "https://junit.org/junit4/javadoc/latest/", + "https://junit.org/junit5/docs/current/api/" ] as String[] }