tasks are only run in parallel, within a project, when configuration cache is enabled and when the task dependency graph allows for parallel execution.
k
K Merle
10/20/2022, 6:35 PM
Ah, I see, you mean, tasks run in parallel between different modules, and only benefits to a multimodule project?
c
Chris Lee
10/20/2022, 6:36 PM
correct. in a multi-module project tasks will be run in parallel (within dependency constraints between projects, if any) with that setting. With configuration cache enabled (incubating, not everything supports this) tasks within a project may be run in parallel.