Unlocking the Power of Gradle
Clearing Lock Files from Gradles Caches
Here is a quick one that might help you after a Gradle build that, for some reason, got interrupted.
Gradle builds use locks to ensure that only one process accesses a particular resource at a time. Interrupting a Gradle build can result in lock files being left behind, which prevent subsequent builds from accessing the…