8193298: Don't run javadoc with test.single
Reviewed-by: hannesw, sundar
This commit is contained in:
parent
4b41440094
commit
64f569ad1b
@ -265,7 +265,7 @@
|
||||
</target>
|
||||
|
||||
<!-- generate javadoc for Nashorn classes -->
|
||||
<target name="javadoc" depends="jar">
|
||||
<target name="javadoc" depends="jar" unless="test.class">
|
||||
<javadoc destdir="${dist.javadoc.dir}" use="yes"
|
||||
windowtitle="${nashorn.product.name} ${nashorn.version}"
|
||||
additionalparam="-quiet" failonerror="true" useexternalfile="true">
|
||||
|
Loading…
Reference in New Issue
Block a user