Browse Source

Update Javadoc URL for Apache HttpComponents Client

pull/26951/head
Sam Brannen 4 years ago
parent
commit
8da049b613
  1. 2
      build.gradle

2
build.gradle

@ -375,7 +375,7 @@ configure([rootProject] + javaProjects) { project -> @@ -375,7 +375,7 @@ configure([rootProject] + javaProjects) { project ->
"https://fasterxml.github.io/jackson-core/javadoc/2.10/",
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/",
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
"https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
"https://projectreactor.io/docs/test/release/api/",
"https://junit.org/junit4/javadoc/4.13.2/",
"https://junit.org/junit5/docs/5.7.2/api/"

Loading…
Cancel
Save