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
The User Guide currently states that the junit-platform-console-standalone JAR contains the contents of the junit-platform-suite, junit-platform-suite-api, junit-platform-suite-commons, and junit-platform-suite-engine.
However there is no need for it to mention the junit-platform-suite aggregator.
Analysis
Paraphrasing the analysis provided by @marcphilipp in a team discussion...
The build task takes into account all dependencies declared on junit-platform-console-standalone:
Overview
The User Guide currently states that the
junit-platform-console-standalone
JAR contains the contents of thejunit-platform-suite
,junit-platform-suite-api
,junit-platform-suite-commons
, andjunit-platform-suite-engine
.However there is no need for it to mention the
junit-platform-suite
aggregator.Analysis
Paraphrasing the analysis provided by @marcphilipp in a team discussion...
The build task takes into account all dependencies declared on
junit-platform-console-standalone
:junit5/junit-platform-console-standalone/junit-platform-console-standalone.gradle.kts
Lines 10 to 20 in 151b01d
If we replace
projects.junitPlatformSuite
with the individual projects, it might automatically correct itself.The text was updated successfully, but these errors were encountered: