Skip to content

Commit

Permalink
Change CycloneDx dependency jar download to use Maven Central download
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 Nov 8, 2024
1 parent 2bcad42 commit 73bed45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ buildCyclonedxLib() {
localJarCacheOption="-Dlocal.deps.cache.dir=/usr/local/dependency_cache"
fi
fi
echo "Using CycloneDX local jar cache build option: ${localJarCacheOption}"

JAVA_HOME=${javaHome} ant -f "${ANTBUILDFILE}" clean
JAVA_HOME=${javaHome} ant -f "${ANTBUILDFILE}" build "${localJarCacheOption}"
Expand Down

0 comments on commit 73bed45

Please sign in to comment.