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
Root module selection sorts absolute module paths alphabetically, that is not correct. For example for paths:
Users/xxx/root/common/pom.xml
Users/xxx/root/services/pom.xml
Users/xxx/root/pom.xml
the Users/xxx/root/common/pom.xml will be selected.
Uh oh!
There was an error while loading. Please reload this page.
Root module selection sorts absolute module paths alphabetically, that is not correct. For example for paths:
Users/xxx/root/common/pom.xml
Users/xxx/root/services/pom.xml
Users/xxx/root/pom.xml
the Users/xxx/root/common/pom.xml will be selected.
The criteria must be updated to:
The text was updated successfully, but these errors were encountered: