Phạm Lam
03/09/2024, 9:35 AMMultiple Gradle daemons were used
because the daemon was stopped after a build, and then a new one is created for the next build.
I've noted that if I don't use a cleanup-tasks
(clean
in this case), this issue doesn't happen.
So, any idea what stops the daemon or how to check it? (I've checked the daemon.log but couldn't find insight)