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 projectMaybe it has issues with projects with git modules?
I'll just use the mvn/version one
There is a known issue with git submodules
There’s a ticket for that, not sure if that’s what you’re seeing
No worries, I already solved it a different way