This doesn't compile:

artifacts {
  default someZip
}

It needs to be:

artifacts {
  delegate.default someZip
}

Given that now default does not extend archives, meaning that manually adding 
something to the default configuration is going to be likely, I think we need 
to rename this.

We can probably do this in a backwards compatible way though by adding a 
configuration with a new name that extends “default”, and make “default” a 
special DeprecatedConfiguration that spits deprecated messages whenever 
something is added to it. Given that we can be backwards compatible, I think we 
should do this post 1.0.

-- 
Luke Daley
Principal Engineer, Gradleware 
http://gradleware.com


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

    http://xircles.codehaus.org/manage_email


Reply via email to