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
fix: ChangePackage from packageName is part of the submodule dir name issue
ie:
```
submodule name: p1-core and ChangePackage from: p1.sub1-> to: p2.sub1
before this pr result -> p2-core/src/java/sub1/xx
after this pr result -> p1-core/src/java/p2/sub1/xx
```
0 commit comments