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.
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.