Skip to content

Commit d1a1364

Browse files
committed
Reinstate links to JUnit 5 Javadoc APIs
Now that we are using JDK 18+ (currently JDK 24 -- see JavaConventions in buildSrc for details), we can reinstate links to JUnit 5 Javadoc APIs. Closes gh-27497
1 parent 02c7719 commit d1a1364

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ configure([rootProject] + javaProjects) { project ->
8080
"https://hc.apache.org/httpcomponents-client-5.4.x/current/httpclient5/apidocs/",
8181
"https://projectreactor.io/docs/test/release/api/",
8282
"https://junit.org/junit4/javadoc/4.13.2/",
83-
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
84-
// See https://github.com/spring-projects/spring-framework/issues/27497
85-
//
86-
// "https://junit.org/junit5/docs/5.12.1/api/",
83+
"https://junit.org/junit5/docs/5.12.1/api/",
8784
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",
8885
//"https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/",
8986
"https://r2dbc.io/spec/1.0.0.RELEASE/api/",

0 commit comments

Comments
 (0)