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.
2 parents dc0f0c7 + 3af6a22 commit be5e40aCopy full SHA for be5e40a
build.gradle
@@ -339,7 +339,8 @@ configure([rootProject] + javaProjects) { project ->
339
"https://fasterxml.github.io/jackson-core/javadoc/2.10/",
340
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/",
341
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
342
- "https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
+ // TODO Uncomment once httpclient5 API docs are again online.
343
+ // "https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
344
"https://projectreactor.io/docs/test/release/api/",
345
"https://junit.org/junit4/javadoc/4.13.2/",
346
// TODO Uncomment link to JUnit 5 docs once we have sorted out
0 commit comments