We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9921b8 + 589697a commit 48bc3b6Copy full SHA for 48bc3b6
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1089,7 +1089,8 @@ bom {
1089
}
1090
links {
1091
site("https://junit.org/junit5")
1092
- javadoc("https://junit.org/junit5/docs/{version}/api", "org.junit.jupiter.api", "org.junit.platform")
+ javadoc("junit-platform-engine", version -> "https://junit.org/junit5/docs/%s/api/org.junit.platform.engine".formatted(version), "org.junit.platform")
1093
+ javadoc("junit-jupiter-api", version -> "https://junit.org/junit5/docs/%s/api/org.junit.jupiter.api".formatted(version), "org.junit.jupiter.api")
1094
docs("https://junit.org/junit5/docs/{version}/user-guide")
1095
releaseNotes("https://junit.org/junit5/docs/{version}/release-notes")
1096
0 commit comments