Skip to content

Instantly share code, notes, and snippets.

@ltpquang
Created May 21, 2021 10:04
Show Gist options
  • Save ltpquang/ecfae3643a27c1365b7b95340819d1f4 to your computer and use it in GitHub Desktop.
Save ltpquang/ecfae3643a27c1365b7b95340819d1f4 to your computer and use it in GitHub Desktop.
#!/bin/bash
rm -rf ~/.gradle/caches/$GRADLE_VERSION/
rm -rf ~/.gradle/daemon/
find ~/.gradle/caches/ -name "*.lock" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment