Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Alesh17/26e5eaffe0990798adc2bd2d8fe0ec7a to your computer and use it in GitHub Desktop.
Save Alesh17/26e5eaffe0990798adc2bd2d8fe0ec7a to your computer and use it in GitHub Desktop.
  • Stop Gradle Daemons + Delete cache directory + Delete build directory.

./gradlew --stop && rm -rf ~/.gradle/caches/build-cache/ && ./gradlew clean

  • If you don't have gradle wrapper - install it:

gradle wrapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment