C/C++: Can gradle's c/c++ plugin do parallel builds?

In Make, the -j flag let N number of jobs run simultaneously. Can gradle’s c/c++ plugin do the same? Is there an example?

Not currently, but it is planned.

Gradle can do a more coarse parallelization, but this isn’t as useful for native projects.