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 `quarkusIntTest` and `quarkusNativeTest` tasks do not use the output
of the test task, so these tasks should not specify the `test` task as a
dependency.
Instead, these tasks now have a `shouldRunAfter` relationship to the
test task, because ideally unit tests should run before performing
heavier testing.
Fixes#44383
0 commit comments