Correct way to add to source control a nested Gradle Project
Hi everybody
We are having some troubles trying to add to source control multi-project gradle projects.
They are nested in a father project that contains inside all the children:
--Credit
--Credit-Bussiness
--Credit-Dao
--Credit-Entity
--Credit-Services
When we try to add these projects to source control the change-set is assembled ok, but when we try to download it we have a trouble, if we select the parent project, only downloads the parent project, and if we try to load the child project we have a conflict trying to do it.
Any idea of the best way to add to source control this projects?
Thanks in advance
Rafael H.