issues
search
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,
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
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.
Hey,
dir
from GitHub repo?