Skip to content

Commit

Permalink
Disable doclint in javadoc build, so that it works on JDK 1.8. See is…
Browse files Browse the repository at this point in the history
…sue #75
  • Loading branch information
npryce committed Nov 23, 2014
1 parent 675f810 commit 2df96c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -255,6 +255,7 @@
destdir="build/temp/@{modulename}-${version}-javadoc.jar.contents" author="true" version="true"
use="true" windowtitle="Hamcrest" source="${javaversion}" failonerror="yes" defaultexcludes="yes">
<classpath refid="cp-@{modulename}-main"/>
<arg value="-Xdoclint:none"/>
</javadoc>
<jar-module-component modulename="@{modulename}" suffix="-javadoc"/>
</sequential>
Expand Down

0 comments on commit 2df96c1

Please sign in to comment.