Skip to content

Instantly share code, notes, and snippets.

@K0NRAD
Last active July 27, 2022 08:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save K0NRAD/ee7d41fd7cc1992bf5fa2ae0e00bf902 to your computer and use it in GitHub Desktop.
Save K0NRAD/ee7d41fd7cc1992bf5fa2ae0e00bf902 to your computer and use it in GitHub Desktop.
Delete *.lastUpdated files in .m2 local maven repository
#!/bin/sh
find ~/.m2 -name *.lastUpdated -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment