Suppose I have a gradle build script and want to write a task to clone a remote git repository. How do I do that?
The Gradle-git plugin has a GitClone task that should help. I can't help you on how to use it since I don't know Gradle.