We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15b96a commit 7a88e6dCopy full SHA for 7a88e6d
build.gradle
@@ -192,7 +192,7 @@ configure(allprojects) { project ->
192
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
193
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
194
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
195
- "https://junit.org/junit4/javadoc/latest/",
+ "https://junit.org/junit4/javadoc/4.12/",
196
"https://junit.org/junit5/docs/current/api/"
197
] as String[]
198
}
0 commit comments