Skip to content

Instantly share code, notes, and snippets.

@waliahimanshu
Created January 12, 2021 09:57
Show Gist options
  • Save waliahimanshu/003884e4c4e7fc8c1d276293c8846751 to your computer and use it in GitHub Desktop.
Save waliahimanshu/003884e4c4e7fc8c1d276293c8846751 to your computer and use it in GitHub Desktop.
find . -name "build" -type d -exec rm -rf "{}" \;
rm -rf ~/.gradle/caches/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment