Broken pipe error when running Gradle test

前端 未结 4 1780
隐瞒了意图╮
隐瞒了意图╮ 2020-12-19 13:35

I\'ve got a problem regarding running tests in gradle. I know that in other machines my gradle config works but in mine unfortunately not. We have got junit test and testNG

4条回答
  •  -上瘾入骨i
    2020-12-19 14:05

    Whew, after whole day struggling with gradle I think I've finally found what cause problems. Guilty of that was antivirus - COMODO. After uninstalling it and installing another one, everything started to working fine. So all Gradle Users - please be careful with COMODO because even disabled, it could cause problems when using Gradle . Be aware :)

提交回复
热议问题