Created
May 14, 2015 17:26
-
-
Save glombard/231542e97730e1247ffa to your computer and use it in GitHub Desktop.
Clean the gradle/maven and robolectric cache files
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
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