It is currently in use by another Gradle instance

前端 未结 27 983
自闭症患者
自闭症患者 2020-12-04 08:14

I\'m new to Gradle build system. I want to do some basic functions on it. I\'m running/building it in command line. I am referring User guide. And, doing some simple tasks.<

27条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-04 09:04

    I was too stuck with the same thing. But it was sorted soon. Just delete the file:

    D:\.gradle\daemon\6.1.1\registry.bin.lock

    also, I've ended OpenJDK from task manager. Idk it helped or not but both of them solved the problem.

提交回复
热议问题