Skip to content

Commit 033df68

Browse files
committed
Fix Javadoc links
1 parent df5b06d commit 033df68

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ configure([rootProject] + javaProjects) { project ->
7070
ext.javadocLinks = [
7171
"https://docs.oracle.com/en/java/javase/17/docs/api/",
7272
//"https://jakarta.ee/specifications/platform/11/apidocs/",
73-
"https://docs.hibernate.org/orm/5.6/javadocs/",
73+
"https://docs.hibernate.org/orm/7.2/javadocs/",
7474
"https://www.quartz-scheduler.org/api/2.3.0/",
7575
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
76+
"https://projectreactor.io/docs/core/release/api/",
7677
"https://projectreactor.io/docs/test/release/api/",
7778
"https://junit.org/junit4/javadoc/4.13.2/",
78-
"https://docs.junit.org/6.0.1/api/",
79-
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
79+
"https://docs.junit.org/current/api/",
80+
"https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/",
8081
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",
8182
"https://jspecify.dev/docs/api/"
8283
] as String[]

0 commit comments

Comments
 (0)