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
The build cache extension caches the results of
maven goal executions and skips re-running them if
the same inputs are detected again.
This helps both local development (re run tests of
affected modules only) and CI builds eventually (a
subsequent commit will introduce sharing of the cache
between CI runs)
Signed-off-by: Eric Bottard <[email protected]>
0 commit comments