Matthias wrote: > > there must be something wrong with that. For instance, > transitive: false has no effect; all transitive dependencies > still show up in runtime.files. >
It's "transitive = false", not "transitive: false". Matthias wrote: > > As far as I understand, configurations.compile returns > an object of type Configuration, but it seems to be also > iterable (I can call each() on it). What exactly are the > semantics of compile.each or runtime.each? > Resolves the configuration and iterates over the artifact files. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Founder, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Dupes-from-transitive-dependencies-are-not-filtered-tp3349847p3351006.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
