We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e53e54 commit 167e538Copy full SHA for 167e538
build.gradle
@@ -331,7 +331,7 @@ configure([rootProject] + javaProjects) { project ->
331
332
ext.javadocLinks = [
333
"https://docs.oracle.com/en/java/javase/17/docs/api/",
334
- "https://javaee.github.io/javaee-spec/javadocs/",
+ "https://jakarta.ee/specifications/platform/9/apidocs/",
335
"https://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/", // CommonJ
336
"https://www.ibm.com/docs/api/v1/content/SSEQTP_8.5.5/com.ibm.websphere.javadoc.doc/web/apidocs/",
337
"https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/",
0 commit comments