On 12/03/10 1:44 PM, Helmut Denk wrote:
hi gradle-community,

is there a conventient way to resolve dependencies from
$GRADLE_HOME/lib for a gradle-plugin-build ?

In Gradle 0.9, you can use DependencyHandler.gradleApi():

dependencies {
    compile gradleApi()
}

This is the supported way to get at the Gradle API.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to