Skipping a systemTest task for a specific submodule

systemTest.enabled = false

Place that in the subproject’s build.gradle file, and it will mark the task as SKIPPED when the build runs.

1 Like