Having dependency circular reference error with multi module project which has sub modules with same names inside different folders. When I rename
main
to
mainui
it works
v
Vampire
06/27/2021, 2:06 PM
Having the same name is ok, but only if the group is different. The identifier for a project is group and name. So if you have projects with same group and name, they are considered the same and only one will be included in the end even if there is no circular dependency
r
rsktash
06/27/2021, 2:11 PM
I have a project and group
common
inside secondary group
compose
and inside it a module
But if I add secondary group
shared
inside
common
group and inside it add module with duplicate name this error occurs
v
Vampire
06/27/2021, 7:45 PM
If you say you have a group in a group, then you didn't understand what a group is.
Vampire
06/27/2021, 7:45 PM
Group is a property on project
Vampire
06/27/2021, 7:47 PM
You can also see it in the output for example of the task