Skip to content

Commit fee873d

Browse files
committed
Update JUnit javadoc link
Otherwise the build is broken by a redirect.
1 parent f36fec1 commit fee873d

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
@@ -79,7 +79,7 @@ configure([rootProject] + javaProjects) { project ->
7979
"https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/",
8080
"https://projectreactor.io/docs/test/release/api/",
8181
"https://junit.org/junit4/javadoc/4.13.2/",
82-
"https://junit.org/junit5/docs/5.13.1/api/",
82+
"https://docs.junit.org/5.13.1/api/",
8383
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
8484
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
8585
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

0 commit comments

Comments
 (0)