mirror of https://github.com/apache/ant-ivy
fixed build
This commit is contained in:
parent
788c011d37
commit
dc35d510d2
|
|
@ -1016,12 +1016,12 @@
|
|||
</target>
|
||||
|
||||
<target name="src-tarball-sboms"
|
||||
depends="prepare-distribution-sboms,snapshot-src">
|
||||
depends="snapshot-src,prepare-distribution-sboms">
|
||||
<create-tarball-boms binsrc="src" binarysource="Source Distribution"/>
|
||||
</target>
|
||||
|
||||
<target name="bin-tarball-sboms"
|
||||
depends="prepare-distribution-sboms,snapshot-bin">
|
||||
depends="snapshot-bin,prepare-distribution-sboms">
|
||||
<create-tarball-boms binsrc="bin"
|
||||
binarysource="Binary Distribution">
|
||||
<component>
|
||||
|
|
|
|||
Loading…
Reference in New Issue