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 3a61460 commit dcfe33fCopy full SHA for dcfe33f
build.gradle
@@ -86,7 +86,7 @@ configure([rootProject] + javaProjects) { project ->
86
ext.javadocLinks = [
87
"https://docs.oracle.com/en/java/javase/17/docs/api/",
88
"https://jakarta.ee/specifications/platform/9/apidocs/",
89
- "https://docs.jboss.org/hibernate/orm/5.6/javadocs/",
+ "https://docs.hibernate.org/orm/5.6/javadocs/",
90
"https://www.quartz-scheduler.org/api/2.3.0/",
91
"https://fasterxml.github.io/jackson-core/javadoc/2.14/",
92
"https://fasterxml.github.io/jackson-databind/javadoc/2.14/",
0 commit comments