Hi, I was wondering what the recommended way is to get the Gradle home directory of the current build being executed. I had a look at the JavaDoc of Gradle.java and its method http://www.gradle.org/latest/docs/javadoc/org/gradle/api/invocation/Gradle.html#getGradleHomeDir%28%29 getGradleHomeDir() is deprecated but no alternative method was given. In case I need the Gradle home directory should I use the environment variable GRADLE_HOME instead?
Thanks, Ben -- View this message in context: http://gradle.1045684.n5.nabble.com/Retrieving-Gradle-Home-directory-tp4329831p4329831.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
