The current GitHub action uses the latest development version from tools-java. The released version would be more stable.
The compiled Jar file can be downloaded using:
curl -L https://repo1.maven.org/maven2/org/spdx/tools-java/[version]/tools-java-[version]-jar-with-dependencies.jar >$@
where [version] is the released version.
As of this time, the latest version is 2.0.0-RC2.
The current GitHub action uses the latest development version from tools-java. The released version would be more stable.
The compiled Jar file can be downloaded using:
curl -L https://repo1.maven.org/maven2/org/spdx/tools-java/[version]/tools-java-[version]-jar-with-dependencies.jar >$@where
[version]is the released version.As of this time, the latest version is
2.0.0-RC2.