Disable Gradle scripts debug as it leads to restart of the Gradle daemon on each build

This commit is contained in:
Yuriy Artamonov 2025-09-25 23:29:39 +02:00 committed by Jakub Chrzanowski
parent 58524d5dd4
commit 3a19f3e40f
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B

View File

@ -16,7 +16,7 @@
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>