-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapiDump.run.xml
29 lines (29 loc) · 1.15 KB
/
apiDump.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
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="apiDump" type="GradleRunConfiguration" factoryName="Gradle" folderName="preparations">
<ExternalSystemSettings>
<option name="env">
<map>
<entry key="RELEASE" value="true" />
</map>
</option>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="--no-build-cache --no-configuration-cache -Dkotlin.incremental=false --rerun-tasks --stacktrace" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value="apiDump" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>