Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit e82d9e8

Browse files
committed
Updated IntelliJ run configurations
1 parent 0bab745 commit e82d9e8

File tree

5 files changed

+90
-63
lines changed

5 files changed

+90
-63
lines changed

.run/Assemble.run.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Assemble" 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="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="assemble" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" value="" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<method v="2" />
22+
</configuration>
23+
</component>

.run/Build.run.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.run/Check.run.xml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="Check" 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=""/>
8-
<option name="taskDescriptions">
9-
<list/>
10-
</option>
11-
<option name="taskNames">
12-
<list>
13-
<option value="check"/>
14-
</list>
15-
</option>
16-
<option name="vmOptions" value=""/>
17-
</ExternalSystemSettings>
18-
<GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
19-
<method v="2"/>
20-
</configuration>
21-
</component>
2+
<configuration default="false" name="Check" 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="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="Check" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" value="" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<method v="2" />
22+
</configuration>
23+
</component>

.run/Clean.run.xml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="Clean" 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=""/>
8-
<option name="taskDescriptions">
9-
<list/>
10-
</option>
11-
<option name="taskNames">
12-
<list>
13-
<option value="clean"/>
14-
</list>
15-
</option>
16-
<option name="vmOptions" value=""/>
17-
</ExternalSystemSettings>
18-
<GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
19-
<method v="2"/>
20-
</configuration>
21-
</component>
2+
<configuration default="false" name="Clean" 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="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="clean" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" value="" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<method v="2" />
22+
</configuration>
23+
</component>

.run/Test.run.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Test" 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="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="test" />
14+
</list>
15+
</option>
16+
<option name="vmOptions" value="" />
17+
</ExternalSystemSettings>
18+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
19+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
20+
<DebugAllEnabled>false</DebugAllEnabled>
21+
<method v="2" />
22+
</configuration>
23+
</component>

0 commit comments

Comments
 (0)