gradle: how to run tests of all projects?
Jeanette Winzenburg
fastegal at swingempire.de
Thu Oct 8 14:12:46 UTC 2020
With
./gradlew test
I expect that tests of all projects are run (and think I have seen
that expected behavior, but who knows ;), at least those projects with
changes that might effect the tests.
Since today (?), it looks like it stops after running base tests if
there's a failure in any of the base tests. Without that failure, it
moves on to controls tests.
Anything changed, or my expectation wrong, or anything else?
-- Jeanette
More information about the openjfx-dev
mailing list