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.
2 parents 740feb0 + b5f9aef commit a96cbfcCopy full SHA for a96cbfc
build.gradle
@@ -29,7 +29,8 @@ ext {
29
springFrameworkVersion = "6.0.0-M2"
30
javadocLinks = [
31
"https://docs.oracle.com/javase/8/docs/api/",
32
- "https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/javadoc-api/",
+ "https://docs.spring.io/spring-framework/docs/$springVersion/javadoc-api/",
33
+ "https://docs.jboss.org/hibernate/validator/7.0/api/",
34
"https://jakarta.ee/specifications/bean-validation/3.0/apidocs/"
35
] as String[]
36
}
0 commit comments