On Mon, Feb 21, 2011 at 2:13 AM, Adam Murdoch <[email protected]> wrote:

The Configuration type and the configurations { } script block would be
> removed. The DSL for declaring dependencies would stay pretty much the same
> as it is now:
>
> repositories { ... }
>
> dependencies {
>     compile 'some:dep:1.0'
> }
>
> You will be able to declare custom dependency sets, similar to declaring
> custom configurations now:
>
> dependencies {
>     custom { transitive = false; description = 'some configuration' }
> }
>

How can we distinguish between reconfiguring an existing dependency set
versus declaring a new one? I guess that is what we want to have as a
general pattern in the future.

Hans

--
Hans Dockter
Founder, Gradle
http://www.gradle.org, http://twitter.com/gradleorg
CEO, Gradle Inc. - Gradle Training, Support, Consulting
http://www.gradle.biz

Reply via email to