Skip to content

Commit dbe7ecd

Browse files
ngocnhan-tran1996mhalbritter
authored andcommitted
Fix Junit javadoc links
See gh-43383
1 parent 9e7972a commit dbe7ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,8 @@ bom {
10721072
}
10731073
links {
10741074
site("https://junit.org/junit5")
1075-
javadoc("https://junit.org/junit5/docs/{version}/api", "org.junit.jupiter.api", "org.junit.platform")
1075+
javadoc("junit-platform-engine", version -> "https://junit.org/junit5/docs/%s/api/org.junit.platform.engine".formatted(version), "org.junit.platform")
1076+
javadoc("junit-jupiter-api", version -> "https://junit.org/junit5/docs/%s/api/org.junit.jupiter.api".formatted(version), "org.junit.jupiter.api")
10761077
docs("https://junit.org/junit5/docs/{version}/user-guide")
10771078
releaseNotes("https://junit.org/junit5/docs/{version}/release-notes")
10781079
}

0 commit comments

Comments
 (0)