Browse Source

Avoid redirection for JUnit javadoc link

pull/36071/head
Juergen Hoeller 1 month ago
parent
commit
fc2e1dd2e5
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save