Hi Carl, 

It is very easy to extend the configurations provided by the Java plug-in
and also create the ones that you need. This can be done inside of the
configurations closure, something like this: 

configurations {
    master { extendsFrom archives }
    provided
    test { extendsFrom testCompile testRuntime }
}

I'm also currently learning about Ivy and Gradle. I couldn't find anything
online about Ivy's provided configuration, but if it doesn't come by default
you can add it easily like above. Hope this helps.

Vinod

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Ivy-vs-Gradle-configurations-tp4544242p4545622.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


Reply via email to