amperity / lein-monolith

Leiningen plugin for working with monorepos.
Other
214 stars 18 forks source link

`lein monolith link` appears broken #40

Closed solatis closed 5 years ago

solatis commented 5 years ago

When using latest master (for Java11 support) it appears that plain lein monolith link is broken:

Couldn't find any projects to link matching: mondrian/streamer

However, when explicitly providing a subproject, it works:

Creating checkout directory /home/lmergen/git/mondrian/services/streamer/checkouts
Linking mondrian/utils to ../../../lib/utils

Looks like a recent PR #35 is to blame for this, if I'm not mistaken.