Gradle :Could not create service of type FileHasher

前端 未结 11 950
南方客
南方客 2020-12-14 06:44

I\'m using Gradle to build a java project. When I run any task (assemble, test). I get randomly an error :

Could not create service of type FileHasher using         


        
11条回答
  •  情话喂你
    2020-12-14 07:30

    If the OS is Windows. Try this: gradlew build Find de PID Process

    And in CMD execute this command

    TASKKILL /F /PID  #PID
    

提交回复
热议问题