Add javadocAll task to Generate Javadoc run config
This commit is contained in:
parent
fe632d9287
commit
2162b99004
1 changed files with 2 additions and 6 deletions
|
@ -57,6 +57,7 @@
|
|||
<option name="taskNames">
|
||||
<list>
|
||||
<option value="javadoc" />
|
||||
<option value="javadocAll" />
|
||||
</list>
|
||||
</option>
|
||||
<option name="vmOptions" />
|
||||
|
@ -91,15 +92,10 @@
|
|||
<method v="2" />
|
||||
</configuration>
|
||||
<list>
|
||||
<item itemvalue="Gradle.Run test application" />
|
||||
<item itemvalue="Gradle.Build test application" />
|
||||
<item itemvalue="Gradle.Run test application" />
|
||||
<item itemvalue="Gradle.Generate Javadoc" />
|
||||
<item itemvalue="Gradle.Clean" />
|
||||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Gradle.Generate Javadoc" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue