Commit 5e8080bcb88cf5b3f6fcb9380dea8ba83427dc75
1 parent
06eda36a
useexternalfile flag for javadoc generation because jenkins
Showing
1 changed file
with
1 additions
and
1 deletions
ant/build_liteloader.xml
... | ... | @@ -297,7 +297,7 @@ |
297 | 297 | </target> |
298 | 298 | |
299 | 299 | <target name="javadoc" description="Create the javadoc jar"> |
300 | - <javadoc destdir="${stage.dir}/docs"> | |
300 | + <javadoc destdir="${stage.dir}/docs" useexternalfile="true"> | |
301 | 301 | <fileset dir="${eclipse}/${project}/java"> |
302 | 302 | <exclude name="**/debug" /> |
303 | 303 | <exclude name="**/debug/*.java" /> | ... | ... |