You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running cdxgen -t java -o bom.xml in a local Scala repo.
The program starts but then gets stuck on Executing sbt dependencyList in /repos/repo using plugins /var/folders/0q/pk4zgnm14f51k4scf_q_v76h0000gn/T/cdxsbtg-9UA3Pi
A bom.xml is never generated.
I'm running on MacOS 12.1, using sbt 1.5.7
The java version is
java --version
openjdk 11.0.12 2021-07-20
OpenJDK Runtime Environment Temurin-11.0.12+7 (build 11.0.12+7)
OpenJDK 64-Bit Server VM Temurin-11.0.12+7 (build 11.0.12+7, mixed mode)
The text was updated successfully, but these errors were encountered:
I'm running
cdxgen -t java -o bom.xml
in a local Scala repo.The program starts but then gets stuck on
Executing sbt dependencyList in /repos/repo using plugins /var/folders/0q/pk4zgnm14f51k4scf_q_v76h0000gn/T/cdxsbtg-9UA3Pi
A bom.xml is never generated.
I'm running on MacOS 12.1, using sbt 1.5.7
The java version is
The text was updated successfully, but these errors were encountered: