Could not create service of type OutputFilesRepository using ExecutionGradleServices.createOutputFilesRepository()

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}