doesn't this snippet from the cookbook fit your needs ?:

// Gathering dependencies associated with a configuration 
// in one folder

task copyToLib(type: Copy) {
    into 'lib'
    from configurations.compile
}

IMO build-logic should not depend much on 'cached or not cached'
... despite from setting resolver-attributes.

have a nice day
-- 
View this message in context: 
http://old.nabble.com/using-cached-Ivy-repos--tp28848794p28850912.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


Reply via email to