Fork me on GitHub
#tools-deps
<
2021-04-23
>
didibus23:04:35

How does tools.deps transitive dependencies work for Git deps? For Maven, I'm guessing it pulls the artifact from Maven, and that should always contain a POM.xml file which can then parse to continue the transitive dependency resolution. But what about for git deps? Does it rely on deps.edn files to do so?

didibus23:04:52

Oh cool, so it can also work if the deps has a pom.xml only.

hiredman23:04:32

well, pretty good chance if there is a pom.xml it will require compiling java, which won't work

vlaaad12:04:57

@U064X3EF3 stop, I can only get so hyped for tools-build!

hiredman23:04:51

but it'll try