> Timeout waiting to lock file hash cache It is currently in use by another Gradle instance. code example
Example: cannot lock java compile cache as it has already been locked by this process
find ~/.gradle -type f -name "*.lock" -delete
find ~/.gradle -type f -name "*.lock" -delete