Skip to content

Commit

Permalink
Don't bundle Javadoc inside JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Apr 23, 2018
1 parent 92f331e commit 95eb79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Output jar -->
<jar>
<filename>bullwinkle.jar</filename>
<withdoc>true</withdoc>
<withdoc>false</withdoc>
<withsrc>false</withsrc>
</jar>

Expand Down

0 comments on commit 95eb79b

Please sign in to comment.