This commit includes the basic project structure, the initial implementation of the plugin, and fixes for duplicate API calls and deprecated code.
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="Run Plugin" type="GradleRunConfiguration" factoryName="Gradle">
|
|
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log"/>
|
|
<ExternalSystemSettings>
|
|
<option name="executionName"/>
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$"/>
|
|
<option name="externalSystemIdString" value="GRADLE"/>
|
|
<option name="scriptParameters" value=""/>
|
|
<option name="taskDescriptions">
|
|
<list/>
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value="runIde"/>
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" value=""/>
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<method v="2"/>
|
|
</configuration>
|
|
</component> |