Run multiple gradle tasks concurrently

Viewed 11

I have a couple gradle tasks, and I want them to run at the same time from one gradle task, with custom logging, similar to how docker-compose handles running multiple containers in the same command.

0 Answers
Related