Fix stdlib-gen run configuration

--configure-on-demand parameter seems to no longer work in kotlin gradle project
This commit is contained in:
Ilya Gorbunov
2022-06-21 21:23:06 +03:00
parent 8053746ae0
commit af6958de02
@@ -4,7 +4,7 @@
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$/libraries/tools/kotlin-stdlib-gen" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="--configure-on-demand" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
@@ -15,6 +15,9 @@
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<method />
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
</component>
</component>