Skip to content

Commit

Permalink
Get rid of javadoc action which fails on Hudson
Browse files Browse the repository at this point in the history
  • Loading branch information
adamburkegh authored Jul 17, 2024
1 parent 3b500eb commit f5573e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
</target>

<!-- Target to use to build the project on Hudson -->
<target name="buildHudson" depends="clean,resolve,javadoc,compile,makejar,archive" />
<target name="buildHudson" depends="clean,resolve,compile,makejar,archive" />

<!-- Target to use to prepare for a downstream build -->
<!-- The upstream changes will be copied in following this target -->
Expand Down

0 comments on commit f5573e4

Please sign in to comment.