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. 4
      .run/Run Plugin.run.xml

4
.run/Run Plugin.run.xml

@ -16,10 +16,10 @@ @@ -16,10 +16,10 @@
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
</component>
Loading…
Cancel
Save