.idea: extract natives as well as configs on startup

develop
Kevin Turner 2020-05-13 19:14:07 -07:00
parent 2c1bc917e3
commit 3397b9e217
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="extract configs" type="GradleRunConfiguration" factoryName="Gradle" activateToolWindowBeforeRun="false">
<configuration default="false" name="extract requirements" type="GradleRunConfiguration" factoryName="Gradle" activateToolWindowBeforeRun="false">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
@ -11,6 +11,7 @@
<option name="taskNames">
<list>
<option value="extractConfig" />
<option value="extractNatives" />
</list>
</option>
<option name="vmOptions" value="" />

View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectStartupSharedConfiguration">
<configurations>
<configuration id="Gradle.extract configs" name="extract configs" />
<configuration id="Gradle.extract requirements" name="extract requirements" />
</configurations>
</component>
</project>