Gradle on Mac installed using MacPorts: where is Gradle home?

Viewed 1235

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:

Eclipse asking me for Gradle home

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?

1 Answers
Related