Avoid redirection for JUnit javadoc link

This commit is contained in:
Juergen Hoeller 2025-12-21 22:07:14 +01:00
parent ffd2e03a9f
commit fc2e1dd2e5
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ configure([rootProject] + javaProjects) { project ->
"https://projectreactor.io/docs/core/release/api/",
"https://projectreactor.io/docs/test/release/api/",
"https://junit.org/junit4/javadoc/4.13.2/",
"https://docs.junit.org/current/api/",
"https://docs.junit.org/6.0.1/api/",
"https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/",
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",
"https://jspecify.dev/docs/api/"