Hi,
it looks like Gradle’s dependency resolution doesn’t honour ivy configurations that are extentions of other configurations…
For example, if we look at: http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.springframework/spring/3.1.2/ivy.xml
The ‘web-servlet’ configuration should pull in the “aop”, “core”, “beans” and “context” configurations. However, when I try to resolve this using Gradle, it only pulls in the jar specifically associated with the web-servlet configuration, instead of all the jars required.
Do you know if there’s a current feature request to support this?
Thanks, Marc