Skip to content

Commit

Permalink
Some fixes for TemurinGenSBOM and latest CDXA update
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 Dec 4, 2024
1 parent 6d4adce commit 863c453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cyclonedx-lib/src/temurin/sbom/TemurinGenSBOM.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public static void main(final String[] args) {
System.out.print(args[i] + " ");
}
System.out.println("\nException: "+e);
e.printStackTrace();
System.exit(1);
}
}
Expand Down

0 comments on commit 863c453

Please sign in to comment.