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
When caching successful dependency configurations, we scrape the
dependency:list output from build.log. But if the version of Maven is
relatively new, then colored output might be enabled, potentially hosing
up our rather fragile parsing logic. This commit broadens the regexes
used to work with both colored and colorless dependency:list output.
0 commit comments