If I have groovy code in a gradle plugin class and want to call a gradle task in a utility fashion - how would I do this?
In my case, I need to call the "jar" task. I could use the "ant.jar"
method but it seems like using the gradle jar task might be better.
Thoughts?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
