Skip to content

Commit be5e40a

Browse files
committed
Merge branch '5.3.x'
2 parents dc0f0c7 + 3af6a22 commit be5e40a

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
@@ -339,7 +339,8 @@ configure([rootProject] + javaProjects) { project ->
339339
"https://fasterxml.github.io/jackson-core/javadoc/2.10/",
340340
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/",
341341
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
342-
"https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
342+
// TODO Uncomment once httpclient5 API docs are again online.
343+
// "https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
343344
"https://projectreactor.io/docs/test/release/api/",
344345
"https://junit.org/junit4/javadoc/4.13.2/",
345346
// TODO Uncomment link to JUnit 5 docs once we have sorted out

0 commit comments

Comments
 (0)