This message was deleted.
# community-support
s
This message was deleted.
b
I'm asking because I usually use
ctrl
+
C
but I notice that, some time after doing that I end up with a "busy daemon" and gradle needs to create a new one (no good).
also, if I can cancel a build and still get the
scan
that would be great, but that's just a bonus.
v
I don't think there is something better. But usually that should not lead to a busy daemon.
a
Gradle should already be doing the right thing when you do
ctrl-c
. The daemon will try to cancel the current build, including generating the scan. If it can't do so in a short period of time, it will kill itself. Either way, you shouldn't see a busy daemon. It's possible that there's something specific to the tasks you are running that is broken.