Skip to content

Commit 63b99a9

Browse files
committed
Run configurations
1 parent 511e52a commit 63b99a9

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

.run/Run IDE.run.xml renamed to .run/Build.run.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="IDEA" type="GradleRunConfiguration" factoryName="Gradle">
3-
<log_file alias="log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
2+
<configuration default="false" name="Build" type="GradleRunConfiguration" factoryName="Gradle">
43
<ExternalSystemSettings>
54
<option name="executionName" />
65
<option name="externalProjectPath" value="$PROJECT_DIR$" />
76
<option name="externalSystemIdString" value="GRADLE" />
8-
<option name="scriptParameters" value="" />
7+
<option name="scriptParameters" value="buildPlugin" />
98
<option name="taskDescriptions">
109
<list />
1110
</option>
1211
<option name="taskNames">
13-
<list>
14-
<option value="runIde" />
15-
</list>
12+
<list />
1613
</option>
17-
<option name="vmOptions" value="" />
14+
<option name="vmOptions" />
1815
</ExternalSystemSettings>
1916
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
2017
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>

.run/Run.run.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Run" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName" />
5+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
6+
<option name="externalSystemIdString" value="GRADLE" />
7+
<option name="scriptParameters" value="runIde" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list />
13+
</option>
14+
<option name="vmOptions" />
15+
</ExternalSystemSettings>
16+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
17+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
18+
<DebugAllEnabled>false</DebugAllEnabled>
19+
<method v="2" />
20+
</configuration>
21+
</component>

.run/Test.run.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
<option name="executionName" />
55
<option name="externalProjectPath" value="$PROJECT_DIR$" />
66
<option name="externalSystemIdString" value="GRADLE" />
7-
<option name="scriptParameters" value="" />
7+
<option name="scriptParameters" value="test" />
88
<option name="taskDescriptions">
99
<list />
1010
</option>
1111
<option name="taskNames">
12-
<list>
13-
<option value="test" />
14-
</list>
12+
<list />
1513
</option>
16-
<option name="vmOptions" value="" />
14+
<option name="vmOptions" />
1715
</ExternalSystemSettings>
1816
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
1917
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>

0 commit comments

Comments
 (0)