Open smishmash opened 8 years ago
This is a user error but we can help out in cases like this by checking that the expected group/artifact-version matches what lein voom install builds (ala. https://github.com/LonoCloud/lein-voom/blob/master/src/leiningen/voom.clj#L847)
I accidentally gave a dependency a version with only the git revision portion, thus:
The correct version specification would have been
0.1.0-20160315_163803-g725ade1
. Thenlein voom build-deps
got into an infinite loop, building the dependency, and failing to find the correct version. Here's an excerpt from the build output: