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
Use moditect plugin to re-add module-info after it has been nuked by the shade plugin. (#1348)
* Use moditect plugin to re-add `module-info` after it has been nuked by the shade plugin.
The shade plugin will not only warn about shading breaking encapsulation, it will also remove existing modules inside the project that does the shading, without any option not doing this. We using the moditect plugin to re-add it after it has been nuked. The shaded dependencies have been omitted from the module declaration of course, as they included.
* Apply suggestions from code review
Co-authored-by: Dmitriy Tverdiakov <[email protected]>
---------
Co-authored-by: Dmitriy Tverdiakov <[email protected]>
0 commit comments