Skip to content

Commit

Permalink
8193298: Don't run javadoc with test.single
Browse files Browse the repository at this point in the history
Reviewed-by: hannesw, sundar
  • Loading branch information
attila committed Dec 12, 2017
1 parent a3f8eff commit 3c41fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/nashorn/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 3c41fe3

Please sign in to comment.