Skip to content

Commit fc2e1dd

Browse files
committed
Avoid redirection for JUnit javadoc link
1 parent ffd2e03 commit fc2e1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ configure([rootProject] + javaProjects) { project ->
7676
"https://projectreactor.io/docs/core/release/api/",
7777
"https://projectreactor.io/docs/test/release/api/",
7878
"https://junit.org/junit4/javadoc/4.13.2/",
79-
"https://docs.junit.org/current/api/",
79+
"https://docs.junit.org/6.0.1/api/",
8080
"https://www.reactive-streams.org/reactive-streams-1.0.4-javadoc/",
8181
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",
8282
"https://jspecify.dev/docs/api/"

0 commit comments

Comments
 (0)