I have a dependency to a specific client configuration: <dependency org="myorg" name="mymodule" rev="myrev" conf="compile->client"/> How do I specify this in gradle?
What about the ivy flag "changing" in the dependency? <dependency org="myorg" name="mymodule" rev="latest.integration" conf="compile->default" changing="true"/> -- View this message in context: http://www.nabble.com/Dependency-to-a-module-configuration--tp19990983p19990983.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
