zadig
zadig copied to clipboard
[Feature] It would be great to have an option to save the cache even if the build fails.
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.