Suppose you build your software project from many open-source
components, most of which are already available via git. How to automate
clone/pull/build/install cycle, especially across projects from
different git-repositories? How to establish high-level inter-project
dependencies?
For that I wrote gradle script, which implements multiproject git-gradle management. It works as follows: you write configuration file, name it “config.gradle”, put it to the same folder as “build.gradle” (of multiproject git-gradle) and then run “gradle build”.
Full documentation and sources are available at:
https://github.com/akhikhl/multiproject-git-gradle
For that I wrote gradle script, which implements multiproject git-gradle management. It works as follows: you write configuration file, name it “config.gradle”, put it to the same folder as “build.gradle” (of multiproject git-gradle) and then run “gradle build”.
Full documentation and sources are available at:
https://github.com/akhikhl/multiproject-git-gradle
Комментариев нет:
Отправить комментарий