Closed solatis closed 5 years ago
When using latest master (for Java11 support) it appears that plain lein monolith link is broken:
lein monolith link
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.
When using latest master (for Java11 support) it appears that plain
lein monolith link
is broken:However, when explicitly providing a subproject, it works:
Looks like a recent PR #35 is to blame for this, if I'm not mistaken.