Gradle Daemon Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Overview=
=Overview=
=Status=
=Status=
<syntaxhighlight lang='bash'>
./gradlew --status
</syntaxhighlight>
Note that the command only shows the daemons corresponding to the Gradle version that executes the command.
Note that the command only shows the daemons corresponding to the Gradle version that executes the command.
=Stop=
=Stop=
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>

Revision as of 07:59, 11 November 2020

Internal

Overview

Status

./gradlew --status

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

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