We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The underlying library supports converting between versions if you specify the version when creating the new SPDX document.
Unfortunately, there is no command line option to support this.
There are a couple possibilities:
--version
Note that the library only support upgrades, not downgrades.
The text was updated successfully, but these errors were encountered:
I would prefer to have the option named --spdxversion.
--spdxversion
The --version option should return the version of tools-java. In most tools, the --version option returns the version of the tool.
Sorry, something went wrong.
No branches or pull requests
The underlying library supports converting between versions if you specify the version when creating the new SPDX document.
Unfortunately, there is no command line option to support this.
There are a couple possibilities:
--version
option to the SPDX translator which will use the new version for the translated fileNote that the library only support upgrades, not downgrades.
The text was updated successfully, but these errors were encountered: