Skip to content

Commit 04ae53d

Browse files
committed
Reinstate JakartaEE javadoc linking
1 parent 22cb819 commit 04ae53d

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

7070
ext.javadocLinks = [
7171
"https://docs.oracle.com/en/java/javase/17/docs/api/",
72-
// "https://jakarta.ee/specifications/platform/11/apidocs/",
72+
"https://jakarta.ee/specifications/platform/11/apidocs/",
7373
"https://docs.hibernate.org/orm/5.6/javadocs/",
7474
"https://www.quartz-scheduler.org/api/2.3.0/",
7575
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",

0 commit comments

Comments
 (0)