tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
borkdude 2020-11-15T13:38:33.396800Z

borkdude/babashka {:git/url "<https://github.com/borkdude/babashka>"
                                                    :sha "41ede17be04965c975e1c0f00e221b02bc5cf879"}
I'm getting:
$ clojure -Sforce -P -A:native
Error building classpath. Manifest type not detected when finding deps for borkdude/babashka in coordinate {:git/url "<https://github.com/borkdude/babashka>", :sha "41ede17be04965c975e1c0f00e221b02bc5cf879"}
Why is this? With :deps/manifest :deps added it "works" but it can't find resources in that project

borkdude 2020-11-15T13:40:58.397100Z

Maybe it has issues with projects with git modules?

borkdude 2020-11-15T13:41:11.397300Z

I'll just use the mvn/version one

alexmiller 2020-11-15T14:28:35.397900Z

There is a known issue with git submodules

alexmiller 2020-11-15T14:29:10.398600Z

There’s a ticket for that, not sure if that’s what you’re seeing

borkdude 2020-11-15T15:16:48.398900Z

No worries, I already solved it a different way