clearl gradle caches code example
Example 1: how to clear gradle cache
./gradlew cleanBuildCache
Example 2: how to remove gradle cache and temp files
gradlew cleanBuildCache
./gradlew cleanBuildCache
gradlew cleanBuildCache