We have a multi-module gradle project. There's 2 app modules which are spring boot. Also org.gradle.parallel=true has been set in the gradle properties.
I'm finding the apps start up pretty fast but the output is slow to appear when running bootRun from the project root to run multiple apps at once.
Does anyone know if there's anyway to have gradle flush the output quicker?