From 3c7887c2ae927f814ceff94c8fa568c865b66231 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 626815af44..e8a1bd5b02 100644 --- a/build.gradle +++ b/build.gradle @@ -206,7 +206,8 @@ configure(allprojects) { project -> "http://fasterxml.github.io/jackson-core/javadoc/2.8/", "http://fasterxml.github.io/jackson-databind/javadoc/2.8/", "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/", - "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/" + "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", + "https://junit.org/junit4/javadoc/${junitVersion}/" ] as String[] }