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 21d3bf8 commit 3c7887cCopy full SHA for 3c7887c
build.gradle
@@ -206,7 +206,8 @@ configure(allprojects) { project ->
206
"http://fasterxml.github.io/jackson-core/javadoc/2.8/",
207
"http://fasterxml.github.io/jackson-databind/javadoc/2.8/",
208
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/",
209
- "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
+ "http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
210
+ "https://junit.org/junit4/javadoc/${junitVersion}/"
211
] as String[]
212
}
213
0 commit comments