We are using an ivy.xml within Eclipse (+IvyDE plugin), and we want Gradle to
pickup that file.
In Gradle 0.5.2 there was a simple way to load dependencies from an existing
ivy.xml file.
dependencies {
dependencyDescriptors(
ivy.resolve(file('ivy.xml')).moduleDescriptor.dependencies
)
}
When using Gradle 0.6, the 'ivy' property is no longer available.
Is there any way to get hold of the Ivy instance that is being used during
the Gradle build?
I've tried to use IvyContext.getContext().getIvy() but that call returns a
new (default) Ivy instance.
--
View this message in context:
http://www.nabble.com/Load-dependencies-from-an-existing-ivy.xml-%28not-possible-anymore-in-v0.6%29-tp23722146p23722146.html
Sent from the gradle-dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email