From 7a88e6dbb7882e0a0d56f4762ac3e889fe65bab3 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 8 Jan 2019 16:28:22 +0100 Subject: [PATCH] Link explicitly to JUnit 4.12 instead of beta version For details, see: https://github.com/junit-team/junit4/issues/1585 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 672f06e26dc..67e1cb18113 100644 --- a/build.gradle +++ b/build.gradle @@ -192,7 +192,7 @@ configure(allprojects) { project -> "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/", - "https://junit.org/junit4/javadoc/latest/", + "https://junit.org/junit4/javadoc/4.12/", "https://junit.org/junit5/docs/current/api/" ] as String[] }