Skip to content

Instantly share code, notes, and snippets.

@xaman
Created January 23, 2018 11:28
Show Gist options
  • Save xaman/95bf158867d6ed1ca42d40c4431191ab to your computer and use it in GitHub Desktop.
Save xaman/95bf158867d6ed1ca42d40c4431191ab to your computer and use it in GitHub Desktop.
Clean Gradle unused cache
# Author: https://twitter.com/kageiit/status/955717679435911169
find ~/.gradle -type f -atime +30 -delete
find ~/.gradle -type d -mindepth 1 -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment