Hi all,

... for a project layout like this ...

- F build.gradle
- D projectA
  - F build.gradle (declares dependencies for A)
- D projectB
  - F build.gradle (declares dependencies for B)

Is it possible to aggregate all dependencies from subprojects in the
parent project?
So that one can create a distro zip with all the referenced libs from
both projects (using mavenRepo) in the parent build.grade.

Thanks,
Niko

PS: On a side note, I had no luck with the (ant seems to ignore files
declaration)
createTask('dist') {
  ant.zip(destfile: 'foobar.zip') {
    files(includes: dependencies.resolve("runtime").join(','))
  }
}

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

    http://xircles.codehaus.org/manage_email


Reply via email to