📅  最后修改于: 2022-03-11 14:56:50.293000             🧑  作者: Mango
had this problem on linux, the problem was that it was root owned.
Running this command below in the ./gradle directory solved the problem
sudo chown $USER:$USER -R ./6.7 # Version might differs