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
Even if a project using shadow doesn't configure minimizeJar=true, the UnusedTracker is instantiated. This is a) unneccessary and b) fails sometimes in multi-module projects. See #425 and related PRs: #477 and #478 (which both introduce new erros) for details on those failures.
So, what about not creating an instance of UnusedTracker at all when minimize is not requested?
The failures described in b) are not touched by this issue.
The text was updated successfully, but these errors were encountered:
Even if a project using
shadow
doesn't configureminimizeJar=true
, theUnusedTracker
is instantiated. This is a) unneccessary and b) fails sometimes in multi-module projects. See #425 and related PRs: #477 and #478 (which both introduce new erros) for details on those failures.So, what about not creating an instance of
UnusedTracker
at all whenminimize
is not requested?The failures described in b) are not touched by this issue.
The text was updated successfully, but these errors were encountered: