Skip to content

Instantly share code, notes, and snippets.

@glombard
Created May 14, 2015 17:26
Show Gist options
  • Save glombard/231542e97730e1247ffa to your computer and use it in GitHub Desktop.
Save glombard/231542e97730e1247ffa to your computer and use it in GitHub Desktop.
Clean the gradle/maven and robolectric cache files
find /var/folders -name '*robolectric*' | xargs rm -Rf
rm -Rf ~/.m2
rm -Rf ~/.gradle/caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment