On 10/12/09 7:42 AM, Tomek Kaczanowski wrote:
Hello All,

is it possible to create archive of type tar.gz ? I see there are Zip,
Tar, Jar and War available but how can I create tar.gz ?

I know I can use ant task for this, but I'm asking about feature that
Gradle provides.


You use the 'compression' property of the Tar task:

task someTar(type: Tar) {
    compression = Compression.GZIP
}


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


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

   http://xircles.codehaus.org/manage_email


Reply via email to