Browse Source

Build javadoc against HttpClient 5.6.x

pull/36132/head
Brian Clozel 3 weeks ago
parent
commit
ee4780fab6
  1. 2
      build.gradle

2
build.gradle

@ -72,7 +72,7 @@ configure([rootProject] + javaProjects) { project -> @@ -72,7 +72,7 @@ configure([rootProject] + javaProjects) { project ->
//"https://jakarta.ee/specifications/platform/11/apidocs/",
"https://docs.hibernate.org/orm/7.2/javadocs/",
"https://www.quartz-scheduler.org/api/2.3.0/",
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
"https://hc.apache.org/httpcomponents-client-5.6.x/current/httpclient5/apidocs/",
"https://projectreactor.io/docs/core/release/api/",
"https://projectreactor.io/docs/test/release/api/",
"https://junit.org/junit4/javadoc/4.13.2/",

Loading…
Cancel
Save