How about this:

task releaseZip(type: Zip) {
 from(sourceSets.main.resources) {
       include '**/readme.txt'
       eachFile { it.path = '.' }
 }
}

Cheers!         

2011/7/15 Szczepan Faber <[email protected]>:
> Yes, there is. Try browsing the mailing list. When I'm back home I will
> write some more. Cannot browse the docs easily from my mobile :)
>
> Cheers!
> --
> Szczepan Faber
> Principal engineer@gradleware
> Lead@mockito
>
> 15-07-2011 07:20 użytkownik "Mike Mills" <[email protected]> napisał:
>



-- 
Szczepan Faber
Principal engineer@gradleware
Lead@mockito

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

    http://xircles.codehaus.org/manage_email


Reply via email to