Open justinstoller opened 7 years ago
Thanks for the bug report and the patch!
I'll take a look more closely and think about what this would mean for older versions. I'm inclined to say that time marches forwards and so should people's Java and Git versions but should probably at least consider what impact that might be.
We have a new voom version we're trying to promote and are seeing failures with it. The stack trace:
We are running
0.1.0-20140716_032004-g85e4c9b
in Travis (a private project), but I've replicated this locally with the latest canonical release as well. Locally I'm runningInstalling a local build of lein-voom I've inserted some print statements to show what lein-voom is seeing with the process:
Updating the code as I have done here: https://github.com/justinstoller/lein-voom/commit/5e6a4fd9c4557130c13ff03147cc57828410c772
seems to fix it for me locally, though I assume on older versions of Java and/or Git it will cause a regression? I'm not sure how it worked previously.