Currently, with 2.10
, hitting Control-C terminates the current run as well as the daemon. What I would expect to happen is the ending of the current run, with the daemon left running. If I would like to stop the daemon, I can always do so with gradle --stop
, which is much clearer.