unrepl 2017-12-07

@pesterhazy awesome, thanks! will fix on my end as well.. may I ask, what makes it more reliable?

@volrath in my tests I saw jars being downloaded after unravel connects

the reason being that -i executes very early on

weather that's a problem I'm actually not 100% sure about but it seems fishy

the caveat is that boot call requires boot >= 2.7.2

I noticed the thing about the jars being downloaded after

hmm I don't love the dependency to 2.7.2... we could go with -i when < 2.7.2, but that means extra complexity

or we could just make the clients depend on 2.7.2, which i don't know if it'd be problematic.. I know very little about boot's development