From 3af6a22b9f728d1029be41c06b064170f2f6b016 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 12 Jul 2022 13:26:07 +0200 Subject: [PATCH] Temporarily disable Javadoc links to Apache HttpClient 5.1 APIs --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9eee60cdcf..59ab20b720 100644 --- a/build.gradle +++ b/build.gradle @@ -381,7 +381,8 @@ 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-5.1.x/current/httpclient5/apidocs/", + // TODO Uncomment once httpclient5 API docs are again online. + // "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/", // Disabling linking to JUnit 5.8.2, since the `package-list` file no longer exists due to