From 9ede4afc345a224b6eabd145fdf5da08dfabcde9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 15 Nov 2022 15:04:49 +0100 Subject: [PATCH] Revert "Ignore HttpComponents Javadoc" This reverts commit f50b472ceb6fc2fa25675672bdd0ca422ed8000f. HttpComponents Javadoc is available again. See gh-29479 See https://issues.apache.org/jira/browse/HTTPCLIENT-2227 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e8daae5570..bfc5beee93 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,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-5.2.x/current/httpclient5/apidocs/", + "https://hc.apache.org/httpcomponents-client-5.2.x/current/httpclient5/apidocs/", "https://projectreactor.io/docs/test/release/api/", "https://junit.org/junit4/javadoc/4.13.2/", // TODO Uncomment link to JUnit 5 docs once we have sorted out