Gradle Daemon Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
./gradlew --status
./gradlew --status
</syntaxhighlight>
</syntaxhighlight>
Note that the command only shows the daemons corresponding to the Gradle version that executes the command.
Note that only Daemons for the current Gradle version are displayed.


=Stop=
=Stop=

Revision as of 08:02, 11 November 2020

Internal

Overview

Status

./gradlew --status

Note that only Daemons for the current Gradle version are displayed.

Stop

./gradlew --stop

Note that the command only stops the daemons corresponding to the Gradle version that executes the command.

Debug

Gradle System Properties | Attaching a Debugger to a Gradle Daemon