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
{{ message }}
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
whereas just querying the dependencies would only require to download the POMs, not the JARs. I believe by default only the absolutely necessary files should be downloaded, and only as an option, if at all, also downloads the JARs.
The use case is that we are only interested in the dependencies and their respective licenses, but not in building the code. As such we don't need the JARs.
The text was updated successfully, but these errors were encountered:
It looks to me as if
sbt dependencyTree
is actually downloading the JARs, see e.g. lines likewhereas just querying the dependencies would only require to download the POMs, not the JARs. I believe by default only the absolutely necessary files should be downloaded, and only as an option, if at all, also downloads the JARs.
The use case is that we are only interested in the dependencies and their respective licenses, but not in building the code. As such we don't need the JARs.
The text was updated successfully, but these errors were encountered: