Link explicitly to JUnit 4.12 instead of beta version
For details, see: https://github.com/junit-team/junit4/issues/1585
This commit is contained in:
parent
29ab38acb2
commit
17a4193810
|
|
@ -191,7 +191,7 @@ configure(allprojects) { project ->
|
||||||
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
|
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
|
||||||
"http://fasterxml.github.io/jackson-dataformat-xml/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/junit4/javadoc/4.12/",
|
||||||
"https://junit.org/junit5/docs/current/api/"
|
"https://junit.org/junit5/docs/current/api/"
|
||||||
] as String[]
|
] as String[]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue