So if I were to cancel a build, that moves the gradle daemon status to “CANCELLED”. It takes some time before this changes to “IDLE” . Now if I start a new build before this state change happens, gradle spawns another daemon. Would this have an impact on the build performance on my local machine? Is there a way to ensure gradle reuses the same daemon instead of creating a new one?