We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3983cc commit a2348dfCopy full SHA for a2348df
tools/src/main/java/org/cyclonedx/tools/SpdxXsdGenerator.java
@@ -34,6 +34,7 @@ public class SpdxXsdGenerator {
34
35
public static void main(String args[]) throws Exception {
36
37
+ //todo : automatically obtain latest release from: https://api.github.com/repos/spdx/license-list-data/releases
38
//todo : make configurable
39
String licenseUrl = "https://raw.githubusercontent.com/spdx/license-list-data/v" + SPDX_VERSION + "/json/licenses.json";
40
String exceptionsUrl = "https://raw.githubusercontent.com/spdx/license-list-data/v" + SPDX_VERSION + "/json/exceptions.json";
0 commit comments