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 032916c commit 4e2e409Copy full SHA for 4e2e409
build.gradle
@@ -29,7 +29,7 @@ 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/$springVersion/javadoc-api/",
+ "https://docs.spring.io/spring-framework/docs/$springFrameworkVersion/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[]
0 commit comments