Fork me on GitHub
#unrepl
<
2017-12-07
>
volrath11:12:13

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

pesterhazy11:12:37

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

pesterhazy11:12:00

the reason being that -i executes very early on

pesterhazy11:12:18

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

pesterhazy11:12:47

the caveat is that boot call requires boot >= 2.7.2

volrath11:12:08

I noticed the thing about the jars being downloaded after

volrath11:12:36

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

volrath11:12:22

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