Skip to content

Commit 589697a

Browse files
committed
Merge pull request #43383 from ngocnhan-tran1996
* pr/43383: Fix Junit javadoc links Closes gh-43383
2 parents 9e7972a + dbe7ecd commit 589697a

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)