Closed as duplicate of#27497
Description
Overview
./gradlew :framework-api:javadoc
generates the following:
warning: The code being documented uses packages in the unnamed module, but the packages defined in https://junit.org/junit5/docs/5.12.2/api/ are in named modules.
error: warnings found and -Werror specified
1 error
1 warning
This affects main
. I haven't been able to reproduce this with 6.2.x
.