Hi, I am new to using gradle and have been tearing my hair out on the following.
1. is there a way to run a program from gradle? yes I know I can execute groovy in a task but how do I execute something from my project, like a class with a main method and have gradle use all the relevant libraries. 2. gradle dists generates a jar for me but it does not contain any of the dependent libraries, what do I need to setup for all the dependent libraries to be put into the jar? I also was thinking of bundling groovy in a groovy project so that I have a jar that someone with only java will be able to run, how do I do this? 3. has anyone got easyb working from gradle? I know that there are ant and maven plugins available, how do I run easyb directly or through a plugin from gradle? thanks saramic
