- All Implemented Interfaces:
- java.lang.Comparable<org.gradle.api.Task>, org.gradle.api.internal.DynamicObjectAware, org.gradle.api.internal.TaskInternal, org.gradle.api.plugins.ExtensionAware, org.gradle.api.Task, org.gradle.util.Configurable<org.gradle.api.Task>
public class CloneGitRepositoryTask
extends org.gradle.api.DefaultTask
This task clone git project from repository to target dir.
It support clone from remote server and from local filesystem.
TODO ms - when you are ready, please move the new task types to the public packages,
for example "org.mockito.release.*". With 1.0 we need all task types to be public.
It's because users interface with task types when they work with Gradle build scripts.
So it makes sense to be explicit that those types are public and we guarantee compatibility.
See also README.md on the compatibility where I attempted to describe this ;)