Hi,

First, a quick note to let you know that Grails has borrowed the
Gradle dependency DSL:

  
http://github.com/grails/grails/commit/b1a9a83a4bc530e7d0b2dd24215404b56a0cd0f9

Take a look at the new BuildConfig.groovy file in that commit to see
the DSL in action.

Second, I have a couple of questions, one related to the DSL, and one
related to Ivy. Starting with the DSL, I notice in BuildConfig.groovy
that the last argument to the main "compile" dependency list is a map
containing "transitive: false". Is this part of the Gradle dependency
DSL? If so, is it supposed to block transitive dependencies?

The more important Ivy-related question is this: is there any way to
get the Ivy resolution time down to less than a second? We're using a
flat-file resolver, but it's still taking > 3s to resolve the default
dependencies. That just seems wrong.

Any help greatly appreciated,

Peter

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to