Hi Steven,

> Strangely the cookbook does use it:
> "Creating a fat jar":
>
> jar.doFirst {
>     for(file in configurations.compile) {
>         jar.merge(file)
>     }
> }
>
> http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-Creatingafatjar
> The 0.8 groovydoc still has the merge() method:
I've added a note that this is valid only for Gradle 0.8. Thanks for
pointing this out. I'll add the snippets for 0.9 version soon.

--
Tomek

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

    http://xircles.codehaus.org/manage_email


Reply via email to