Browse Source

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

pull/551/head
Yuriy Artamonov 3 months ago committed by Jakub Chrzanowski
parent
commit
3a19f3e40f
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B
  1. 2
      .run/Run Plugin.run.xml

2
.run/Run Plugin.run.xml

@ -16,7 +16,7 @@ @@ -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>

Loading…
Cancel
Save