Re: What is the best replacement for running scripts using groovy-all?

2018-12-20 Thread Mario Garcia
BTW about @Grab, bear in mind that you can tell @Grab where to put/take its dependencies from: groovy -Dgrape.root=./lib my_script.groovy So every project can have its dependencies in the project's structure. Regards Mario El jue., 20 dic. 2018 a las 10:44, Paul Moore () escribió: > I can unde

Re: What is the best replacement for running scripts using groovy-all?

2018-12-20 Thread Paul Moore
I can understand that logic - there are quirks I've hit with the fat jar approach, but because I made the fat jar myself, I'm OK with just assuming it's a weirdness that I can either live with or investigate. But if it happened with a supplied jar, I'd feel that I should report the problem (even if