Gradle Daemon Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
</syntaxhighlight>
</syntaxhighlight>
Note that the command only stops the daemons corresponding to the Gradle version that executes the command.
Note that the command only stops the daemons corresponding to the Gradle version that executes the command.
=Logs=
<syntaxhighlight lang='text'>
~/.gradle/daemon/<version>
</syntaxhighlight>


=Debug=
=Debug=
{{Internal|Gradle_System_Properties#Attaching_a_Debugger_to_a_Gradle_Daemon|Gradle System Properties &#124; Attaching a Debugger to a Gradle Daemon}}
{{Internal|Gradle_System_Properties#Attaching_a_Debugger_to_a_Gradle_Daemon|Gradle System Properties &#124; Attaching a Debugger to a Gradle Daemon}}

Revision as of 08:54, 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.

Logs

~/.gradle/daemon/<version>

Debug

Gradle System Properties | Attaching a Debugger to a Gradle Daemon