Fix Junit javadoc links

See gh-43383
This commit is contained in:
Tran Ngoc Nhan 2024-12-05 01:11:00 +07:00 committed by Moritz Halbritter
parent 9e7972a9b4
commit dbe7ecd168
1 changed files with 2 additions and 1 deletions

View File

@ -1072,7 +1072,8 @@ bom {
}
links {
site("https://junit.org/junit5")
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")
javadoc("junit-jupiter-api", version -> "https://junit.org/junit5/docs/%s/api/org.junit.jupiter.api".formatted(version), "org.junit.jupiter.api")
docs("https://junit.org/junit5/docs/{version}/user-guide")
releaseNotes("https://junit.org/junit5/docs/{version}/release-notes")
}