alexvasilkov / GradleGitDependenciesPlugin

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

Clone submodule #28

Open Kantus1511 opened 3 years ago

Kantus1511 commented 3 years ago

Hello, I'm using this plugin in order to use a library in my Android app. However, this library is using git submodule, which are not initialized. It would be good to clone the necessary submodule to make it work with a different kind of library. I think there is a simple solution, by adding setCloneSubmodules(true) when doing the actual clone. (I cannot do it myself, I have building issues)