You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bd...@apache.org on 2019/08/31 18:27:28 UTC

[cassandra] branch trunk updated: ninja: fix ant artifacts on java 8

This is an automated email from the ASF dual-hosted git repository.

bdeggleston pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 96ac94d  ninja: fix ant artifacts on java 8
96ac94d is described below

commit 96ac94dabc63fe98fef22198041e8acba8916267
Author: Blake Eggleston <bd...@gmail.com>
AuthorDate: Sat Aug 31 11:27:19 2019 -0700

    ninja: fix ant artifacts on java 8
---
 build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index c032e1c..40d2bf5 100644
--- a/build.xml
+++ b/build.xml
@@ -1107,7 +1107,7 @@
       </jar>
     </target>
 
-    <target name="_artifacts-init" depends="jar,javadoc,gen-doc" unless="java.version.8">
+    <target name="_artifacts-init" depends="jar,javadoc,gen-doc">
       <mkdir dir="${dist.dir}"/>
       <!-- fix the control linefeed so that builds on windows works on linux -->
       <fixcrlf srcdir="bin" includes="**/*" excludes="**/*.bat, **/*.ps1" eol="lf" eof="remove" />
@@ -1169,7 +1169,6 @@
 
     <!-- creates release tarballs -->
     <target name="artifacts" depends="_artifacts-init"
-            unless="java.version.8"
             description="Create Cassandra release artifacts">
       <tar compression="gzip" longfile="gnu"
         destfile="${build.dir}/${final.name}-bin.tar.gz">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org