0

I'm trying to create tar.gz file using Groovy, but i couldn't find a way. Please let me know if there is any way in Groovy.

Thanks, Srikanth.

1 Answers1

0

You can use the Apache commons-compress library.

See How to Compress/Decompress tar.gz files in java

Anything that works in Java will also work in Groovy; it's just not as Groovy.

Chris Long
  • 1,299
  • 7
  • 15