Any Drawbacks of Sharing the Gradle User Home with Many Developers?

前端 未结 2 1824
清酒与你
清酒与你 2021-01-14 15:40

Question

In a Nutshell

Are there any drawbacks of sharing the Gradle user home amongst multiple developers on the same filesystem?

In More Detai

2条回答
  •  春和景丽
    2021-01-14 16:10

    As you reference ~/.gradle/, I guess you are on a *nix machine?
    Then simply make the cache folder a symlink to some shared folder and you will be fine. Cache will be shared and each dev still has his own Gradle user home.

提交回复
热议问题