Hello, I can't find any way to do the following:
Setup: Project A -> Project B -> External Library C (from Maven) Project A is a sibling of project B and they are part of the same build. Needed: In project A pack all classes of project B into a jar (or copy into a directory), but not the classes from Library C. I do not want to use exact class names or even dependency names. I'd like to collect artifacts of all 'direct' dependencies, in this case - Project B. Looks simple, but I spent hours on that without success :( -- View this message in context: http://gradle.1045684.n5.nabble.com/Get-all-direct-dependencies-artifacts-tp4328817p4328817.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
