Skip to content

Commit 29fe0a3

Browse files
committed
Update TODO for linking to JUnit 5 docs
See spring-projectsgh-27497
1 parent c20efba commit 29fe0a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,8 @@ configure([rootProject] + javaProjects) { project ->
127127
"https://hc.apache.org/httpcomponents-client-5.2.x/current/httpclient5/apidocs/",
128128
"https://projectreactor.io/docs/test/release/api/",
129129
"https://junit.org/junit4/javadoc/4.13.2/",
130-
// TODO Uncomment link to JUnit 5 docs once we have sorted out
131-
// the following warning in the build.
132-
//
133-
// warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.9.2/api/ are in named modules.
130+
// TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+.
131+
// See https://github.com/spring-projects/spring-framework/issues/27497
134132
//
135133
// "https://junit.org/junit5/docs/5.9.2/api/",
136134
"https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/",

0 commit comments

Comments
 (0)