From 7ba5ee35dfc357b582f642c4abdec13163f2c08a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 8 Jan 2019 18:12:54 +0100 Subject: [PATCH] Link explicitly to JUnit 5.0.3 instead of current version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67e1cb1811..1f19f03576 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,7 @@ configure(allprojects) { project -> "http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/", "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/", "https://junit.org/junit4/javadoc/4.12/", - "https://junit.org/junit5/docs/current/api/" + "https://junit.org/junit5/docs/${junitJupiterVersion}/api/" ] as String[] }