Andrey Hihlovskiy
Professional blog on groovy, gradle, Java, Javascript and other stuff.
Tag Archives: project
CES-2014: Project Christine
January 9, 2014
Posted by on There’s something far more interesting than pebble watch or talking fridge at CES-2014: a modular computer represented by company Razer:
http://www.gamespot.com/videos/checking-out-razer-s-modular-pc-project-christine-/2300-6416753/
Gradle script: multiproject git-gradle management
June 7, 2013
Posted by on 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:
Recent Comments