Skip to content

Commit 167e538

Browse files
committed
Link to Jakarta EE APIs instead of Java EE APIs
1 parent 3e53e54 commit 167e538

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
@@ -331,7 +331,7 @@ configure([rootProject] + javaProjects) { project ->
331331

332332
ext.javadocLinks = [
333333
"https://docs.oracle.com/en/java/javase/17/docs/api/",
334-
"https://javaee.github.io/javaee-spec/javadocs/",
334+
"https://jakarta.ee/specifications/platform/9/apidocs/",
335335
"https://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/", // CommonJ
336336
"https://www.ibm.com/docs/api/v1/content/SSEQTP_8.5.5/com.ibm.websphere.javadoc.doc/web/apidocs/",
337337
"https://docs.jboss.org/jbossas/javadoc/4.0.5/connector/",

0 commit comments

Comments
 (0)