Not sure exactly what you're trying to do, but in gradle's build.gradle
there's stuff like this:

dependencies {
  addConfiguration('myConfig')
  myConfig "asdf:asdf:1.0"
}

I'm using something similar and it's working for me.

Neil

On Tue, Feb 24, 2009 at 5:34 PM, Bernard Niset <[email protected]> wrote:

> Hi all,
> I am desperately looking for the syntax to specify a dependency to a
> specific conf specified in the ivy.xml file. I have been trying things like
> the following and other variants, I can't find a way to make it work.
>
> dependencies
> {
> ...
>        compile "apache:commons-io:1.4",
>                                "apache:log4j:1.2.14",
>                                "gradle:gradle:0.5.2"
>        compile("codehaus:groovy:1.5.6") { configurations:["all"] }
> ...
> }
>
>
> Thanks for any help,
> Bernard.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

Reply via email to