i have a tar.gz file containing the WSDL file of a webservice and want to unzip this file into the build directory. The tar.gz file is in maven repository. e.g. file name is my-webservice-1.10.5-wsdl.tar.gz
I tried it with a copy task and then ant.unzip, but this didn't work.
In maven i use for this the maven-dependency-plugin. Unfortunately there is no gradle equivalent.
