A Lock was held by a rouge gradle daemon worker. I needed to kill the daemon to release the lock.
Was using intellij & WSL2 (linux) with Local Gradle on windows
ps -edalf | grep gradle
kill {gradle process id}
A Lock was held by a rouge gradle daemon worker. I needed to kill the daemon to release the lock.
Was using intellij & WSL2 (linux) with Local Gradle on windows
ps -edalf | grep gradle
kill {gradle process id}