Skip to content

Commit 3af6a22

Browse files
committed
Temporarily disable Javadoc links to Apache HttpClient 5.1 APIs
1 parent 31a9694 commit 3af6a22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ configure([rootProject] + javaProjects) { project ->
381381
"https://fasterxml.github.io/jackson-core/javadoc/2.10/",
382382
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/",
383383
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
384-
"https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
384+
// TODO Uncomment once httpclient5 API docs are again online.
385+
// "https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
385386
"https://projectreactor.io/docs/test/release/api/",
386387
"https://junit.org/junit4/javadoc/4.13.2/",
387388
// Disabling linking to JUnit 5.8.2, since the `package-list` file no longer exists due to

0 commit comments

Comments
 (0)