You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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.
Overview
./gradlew :framework-api:javadoc
generates the following:This affects
main
. I haven't been able to reproduce this with6.2.x
.Related Issues
The text was updated successfully, but these errors were encountered: