Skip to content

Commit f50b472

Browse files
committed
Ignore HttpComponents Javadoc
Closes gh-29479
1 parent 7a9bd3f commit f50b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ configure([rootProject] + javaProjects) { project ->
117117
"https://fasterxml.github.io/jackson-core/javadoc/2.10/",
118118
"https://fasterxml.github.io/jackson-databind/javadoc/2.10/",
119119
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.10/",
120-
"https://hc.apache.org/httpcomponents-client-5.1.x/current/httpclient5/apidocs/",
120+
//"https://hc.apache.org/httpcomponents-client-5.2.x/current/httpclient5/apidocs/",
121121
"https://projectreactor.io/docs/test/release/api/",
122122
"https://junit.org/junit4/javadoc/4.13.2/",
123123
// TODO Uncomment link to JUnit 5 docs once we have sorted out

0 commit comments

Comments
 (0)