alexvasilkov / GradleGitDependenciesPlugin

Gradle plugin to add external git repos as project dependencies
Apache License 2.0
106 stars 15 forks source link

[Question] Would it possible to clone only specific "directory" from GitHub repository #11

Closed swapnil-kotwal-sp closed 4 years ago

swapnil-kotwal-sp commented 4 years ago

Hey,

  1. I'm just curious that some time whole GitHub repo doesn't required to be cloned, (pulled) , is it possible to pull specific dir from GitHub repo?
alexvasilkov commented 4 years ago
  1. No, you cannot clone single directory with git. But you can use projectPath parameter to specify which folder you would like to add as dependency.