Fork me on GitHub
#tools-deps
<
2020-11-15
>
borkdude13:11:33

borkdude/babashka {:git/url ""
                                                    :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 "", :sha "41ede17be04965c975e1c0f00e221b02bc5cf879"}
Why is this? With :deps/manifest :deps added it "works" but it can't find resources in that project

borkdude13:11:58

Maybe it has issues with projects with git modules?

borkdude13:11:11

I'll just use the mvn/version one

Alex Miller (Clojure team)14:11:35

There is a known issue with git submodules

Alex Miller (Clojure team)14:11:10

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

borkdude15:11:48

No worries, I already solved it a different way