Netflix / dgs-intellij-plugin

Apache License 2.0
22 stars 11 forks source link

fix(DgsService): isDgsProject check dependencies on all modules #67

Closed coleturner closed 1 year ago

coleturner commented 1 year ago

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.