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
Is your feature request related to a problem? Please describe.
Sometimes the first build of a service doesn’t go smoothly. If there's a minor issue in the build script, the entire process fails. Even if the Maven build has already succeeded, the failed build won't save the Maven cache, which leads to slow performance during the next build.
Describe the feature you'd like
It would be great to have an option that allows caching to be saved even when the build fails.