-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClean Build Robot.run.xml
50 lines (50 loc) · 1.83 KB
/
Clean Build Robot.run.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<component name="ProjectRunConfigurationManager">
<configuration default="false" factoryName="Gradle" name="Clean Build Robot"
type="GradleRunConfiguration">
<DebugAllEnabled>false</DebugAllEnabled>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<ExternalSystemSettings>
<option name="executionName"/>
<option name="externalProjectPath" value="$PROJECT_DIR$"/>
<option name="externalSystemIdString" value="GRADLE"/>
<option name="scriptParameters"/>
<option name="taskDescriptions">
<list/>
</option>
<option name="taskNames">
<list>
<option value="clean"/>
<option value="build"/>
</list>
</option>
<option name="vmOptions"/>
</ExternalSystemSettings>
<RunAsTest>false</RunAsTest>
<method v="2"/>
</configuration>
<configuration default="false" factoryName="Gradle" name="Clean Build Robot"
type="GradleRunConfiguration">
<DebugAllEnabled>false</DebugAllEnabled>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<ExternalSystemSettings>
<option name="executionName"/>
<option name="externalProjectPath" value="$PROJECT_DIR$"/>
<option name="externalSystemIdString" value="GRADLE"/>
<option name="scriptParameters"/>
<option name="taskDescriptions">
<list/>
</option>
<option name="taskNames">
<list>
<option value="clean"/>
<option value="build"/>
</list>
</option>
<option name="vmOptions"/>
</ExternalSystemSettings>
<RunAsTest>false</RunAsTest>
<method v="2"/>
</configuration>
</component>