You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
Regardless of the buildFile names, no phantom subprojects should be created.
If a subproject has a default buildFile name like build.grade, the build setup should NOT create a phantom subproject.
Current Behavior
If a new subproject is added in with structure like this spring-security-foo/spring-security-foo-bar, using a default buildFile name build.gradle under spring-security-foo-bar will result in the creation of a phantom subproject spring-security-foo.
No phantom subproject should be created due to the name change of the buildFile.
Context
Settings.gradle should be updated to give a consistent behavior for different buildFile names.