Skip to content

Commit

Permalink
Fix check if webpki library is already available
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored Nov 4, 2024
1 parent 62ecfba commit bc94bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx-lib/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<available file="build/jar/commons-codec.jar" property="commons-codec_available"/>
<available file="build/jar/commons-io.jar" property="commons-io_available"/>
<available file="build/jar/github-package-url.jar" property="github-package-url_available"/>
<available file="build/webpki.org-libext-1.00.jar" property="openkeystore_available"/>
<available file="build/jar/webpki.org-libext-1.00.jar" property="openkeystore_available"/>
</target>

<target name="download-cyclonedx" unless="cyclonedx_available">
Expand Down

0 comments on commit bc94bf4

Please sign in to comment.