Browse Source

Reinstate JakartaEE javadoc linking

pull/35649/head
Brian Clozel 2 months ago
parent
commit
04ae53d6bb
  1. 2
      build.gradle

2
build.gradle

@ -69,7 +69,7 @@ configure([rootProject] + javaProjects) { project ->
ext.javadocLinks = [ ext.javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/", "https://docs.oracle.com/en/java/javase/17/docs/api/",
// "https://jakarta.ee/specifications/platform/11/apidocs/", "https://jakarta.ee/specifications/platform/11/apidocs/",
"https://docs.hibernate.org/orm/5.6/javadocs/", "https://docs.hibernate.org/orm/5.6/javadocs/",
"https://www.quartz-scheduler.org/api/2.3.0/", "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.5.x/current/httpclient5/apidocs/",

Loading…
Cancel
Save