Unable to install Apache Kafka due to gradle lock
1
I'm trying to build Apache Kafka cloned from here using gradle. However when I run ./gradlew installAll it fails with the following error message: * What went wrong: Cannot lock buildSrc build lock as it has already been locked by this process I have tried deleting the locks in ~/.gradle/caches and even switching to older versions of gradle, but nothing seems to work. What's going on here and what else can I try?
apache-http-server
share | improve this question
edited Jan 17 at 3:52
NetworkKingPin
2,028 1 11 22
...