Skip to main content

Gradle : How to stop a running Gradle Daemon ?

How to stop a running Gradle Daemon ?

To stop all the runnung gradle daemon processes you can using the following command.

gradle --stop

This will stop all the gradle daemon processess that are running with the same gradle version as version of gradle that runs this command.

Also Read

Comments