#Gradle daemon automatically stops after a build. ...
# community-support
p
#Gradle daemon automatically stops after a build. Hey, I'm using gradle-profiler to benchmark some tasks, but it keeps throwing this error
Multiple 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)