I installed Gradle using MacPorts and now I am unable to find where the Gradle home is. For example Eclipse asks me for the location and I have no idea:
I tried specifying the path obtained from which gradle:
$ which gradle
/opt/local/bin/gradle
But it does not work. So, where is the Gradle home?
