Skip to content

Commit 7a88e6d

Browse files
committed
Link explicitly to JUnit 4.12 instead of beta version
For details, see: junit-team/junit4#1585
1 parent e15b96a commit 7a88e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ configure(allprojects) { project ->
192192
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
193193
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
194194
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
195-
"https://junit.org/junit4/javadoc/latest/",
195+
"https://junit.org/junit4/javadoc/4.12/",
196196
"https://junit.org/junit5/docs/current/api/"
197197
] as String[]
198198
}

0 commit comments

Comments
 (0)