gradle purge cache code example
Example 1: how to clear cache of gradle
gradlew cleanBuildCache
Example 2: how to clear gradle cache
./gradlew cleanBuildCache
Example 3: how to remove gradle cache and temp files
gradlew cleanBuildCache
Example 4: how to clear gradle cache gitignore
git rm -r --cached .idea/