Skip to content

Commit

Permalink
Don't build javadoc with artifacts
Browse files Browse the repository at this point in the history
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17712
  • Loading branch information
driftx committed Aug 18, 2022
1 parent ebddf77 commit 9e32c44
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 @@ -929,7 +929,7 @@
</target>

<!-- creates release tarballs -->
<target name="artifacts" depends="jar,build-test,sources-jar,javadoc-jar"
<target name="artifacts" depends="jar,build-test,sources-jar"
description="Create Cassandra release artifacts">
<mkdir dir="${dist.dir}"/>
<!-- fix the control linefeed so that builds on windows works on linux -->
Expand Down

0 comments on commit 9e32c44

Please sign in to comment.