Skip to content

Commit

Permalink
Initial CDXA support
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 2, 2024
1 parent 44956bb commit 5a86fcb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cyclonedx-lib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -855,13 +855,8 @@

<!-- Use local cache if available, otherwise download -->
<copy verbose="true" file="${local.deps.cache.dir}/${@{component}.jar}" tofile="build/jar/@{component}.jar" if:true="${@{component}_cache_available}"/>
<propertyregex property="@{component}_sha256"
input="${@{component}.sha256}"
regexp="([a-zA-Z0-9]+)\s.*"
select="\1"
casesensitive="false"/>
<download-file unless:true="${@{component}_cache_available}"
checksum="${@{component}_sha256}"
checksum="${@{component}.sha256}"
destdir="build/jar"
destfile="@{component}.jar"
srcurl="${@{component}.url}"/>
Expand Down

0 comments on commit 5a86fcb

Please sign in to comment.