In Ivy, when we specify that module B depends on module A, we have the ability to further specify a configuration mapping (to say that B.test depends on A.compile).
Does Gradle have the ability to specify this relationship?
If not, what does Gradle do when it encounters Ivy repository metadata that specifies configuration mappings?
I thought the Gradle equivalent would be as follows but this doesn’t work. I’ve seen several posts on the gradle-user mail list like this but didn’t see any answers.