Are there any drawbacks of sharing the Gradle user home amongst multiple developers on the same filesystem?
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.
~/.gradle/