Last active
July 27, 2022 08:55
-
-
Save K0NRAD/ee7d41fd7cc1992bf5fa2ae0e00bf902 to your computer and use it in GitHub Desktop.
Delete *.lastUpdated files in .m2 local maven repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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