This change fixes the logic for determining whether a project is a DGS project by checking all of the module paths, and seeing whether DGS is a dependency of any of the modules. Before this change, in cases where a project has multiple modules, the base project may not contain the DGS dependency. After this change, those projects will be supported as well.
Fixes #65
This change fixes the logic for determining whether a project is a DGS project by checking all of the module paths, and seeing whether DGS is a dependency of any of the modules. Before this change, in cases where a project has multiple modules, the base project may not contain the DGS dependency. After this change, those projects will be supported as well.