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
chore(gradle): Improve logging of unresolved dependencies
The error message produced for an unresolved dependency was not really
helpful because the causes of the top-level
`ModuleVersionResolveException` are again exceptions of this type with
generic messages. The interesting information is found in the causes
of these exceptions.
Signed-off-by: Oliver Heger <[email protected]>
0 commit comments