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 cba355a commit e15b96aCopy full SHA for e15b96a
build.gradle
@@ -191,7 +191,9 @@ configure(allprojects) { project ->
191
"http://fasterxml.github.io/jackson-core/javadoc/2.9/",
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/"
+ "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
195
+ "https://junit.org/junit4/javadoc/latest/",
196
+ "https://junit.org/junit5/docs/current/api/"
197
] as String[]
198
}
199
0 commit comments