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
In Polyglot, buildTypes usually succeeds in one try. But if it does not go through the first time and throws a MissingDependencyException, when the goal is tried later, it seems that it'll result in a "Duplicate class ..." error, because the type name has already been installed in the caching resolver after the first (unsuccessful) try.
The text was updated successfully, but these errors were encountered:
In Polyglot,
buildTypes
usually succeeds in one try. But if it does not go through the first time and throws aMissingDependencyException
, when the goal is tried later, it seems that it'll result in a "Duplicate class ..." error, because the type name has already been installed in the caching resolver after the first (unsuccessful) try.The text was updated successfully, but these errors were encountered: