Hi Duncan, On Thu, Dec 10, 2015 at 3:48 AM, Duncan Dickinson <[email protected]> wrote:
> Hi, > > I'm not sure about pointing Grape at your local Maven repo but you can add > artifacts to your Grape repo: > http://www.groovy-lang.org/grape.html#Grape-CommandLineTool. > > Thanks! I had totally forgotten about the grape command line tool :( That should sort it out for me. > Your other option is to look at Gradle and use mavenLocal() in the > repositories config. > > Since this is just a simple script(About 6 lines excluding the import statements) to test some changes, I didn't want to create an entire gradle project for it. But the grape command line tool should work for me. Thanks -- Thank you Balachandran Sivakumar
