-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce a -Dclean-cache
flag
#36173
Conversation
This comment has been minimized.
This comment has been minimized.
Did you encounter an issue with local storage? |
Also, shouldn't this be documented somewhere? |
I noticed that I had at least 5 directories for the impsort maven plugin with different versions on each project.
Probably so, any suggestion where to put this? |
Can't think of anything obvious TBH |
When the build is executed with this flag, it removes the `.cache` which contains storage from the import and sort plugins per version (which may grow over time)
5adc2c2
to
00bdec2
Compare
@geoand I added a note in the CONTRIBUTING.md |
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
When the build is executed with this flag, it removes the
.cache
which contains storage from the import and sort plugins per version (which may grow over time)