Hi,

We're writing a gradle script to build and deploy our system. The deployment bit is quite involved, so we've extract some of the logic into classes in the script. We'd now like to pull these classes out into top level groovy classes. When I've pulled out these top level classes, how do I put them on the gradle script's classpath? The only similar thing I can find in the docs is to package them into a library and add the library to the classpath. Is there a better way to do this?

Thanks,

Jim


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to