Sort and add new tasks
This commit is contained in:
parent
fa3d2ec19d
commit
c7f498e281
1 changed files with 29 additions and 7 deletions
|
@ -67,7 +67,29 @@
|
||||||
<RunAsTest>false</RunAsTest>
|
<RunAsTest>false</RunAsTest>
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
<configuration name="Generate Javadoc" type="GradleRunConfiguration" factoryName="Gradle">
|
<configuration name="Generate JavaDoc (combined)" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
|
<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="javadocAll" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
<option name="vmOptions" />
|
||||||
|
</ExternalSystemSettings>
|
||||||
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
||||||
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
||||||
|
<DebugAllEnabled>false</DebugAllEnabled>
|
||||||
|
<RunAsTest>false</RunAsTest>
|
||||||
|
<method v="2" />
|
||||||
|
</configuration>
|
||||||
|
<configuration name="Generate Javadoc (separate)" type="GradleRunConfiguration" factoryName="Gradle">
|
||||||
<ExternalSystemSettings>
|
<ExternalSystemSettings>
|
||||||
<option name="executionName" />
|
<option name="executionName" />
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
|
@ -79,7 +101,6 @@
|
||||||
<option name="taskNames">
|
<option name="taskNames">
|
||||||
<list>
|
<list>
|
||||||
<option value="javadoc" />
|
<option value="javadoc" />
|
||||||
<option value="javadocAll" />
|
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
<option name="vmOptions" />
|
<option name="vmOptions" />
|
||||||
|
@ -157,13 +178,14 @@
|
||||||
<method v="2" />
|
<method v="2" />
|
||||||
</configuration>
|
</configuration>
|
||||||
<list>
|
<list>
|
||||||
|
<item itemvalue="Gradle.Clean" />
|
||||||
|
<item itemvalue="Gradle.Run tests" />
|
||||||
|
<item itemvalue="Gradle.Build test application" />
|
||||||
|
<item itemvalue="Gradle.Run test application" />
|
||||||
<item itemvalue="Gradle.Build test application (native)" />
|
<item itemvalue="Gradle.Build test application (native)" />
|
||||||
<item itemvalue="Gradle.Run test application (native)" />
|
<item itemvalue="Gradle.Run test application (native)" />
|
||||||
<item itemvalue="Gradle.Build test application" />
|
<item itemvalue="Gradle.Generate Javadoc (separate)" />
|
||||||
<item itemvalue="Gradle.Clean" />
|
<item itemvalue="Gradle.Generate JavaDoc (combined)" />
|
||||||
<item itemvalue="Gradle.Generate Javadoc" />
|
|
||||||
<item itemvalue="Gradle.Run test application" />
|
|
||||||
<item itemvalue="Gradle.Run tests" />
|
|
||||||
</list>
|
</list>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue