Compile gradle project with another project as a dependency

Having project dependant on another project is common situation. How to configure gradle so that it will include your dependency project in build process? There are two cases: 1. Your project is a root project and dependency is under its root When dependand project is under root in a directory structure (dependency is not being … Continue reading Compile gradle project with another project as a dependency

Incorporate Maven into Eclipse project

Here is short instruction how to incorporate Maven into existing Eclipse projects from scratch, step by step. The goal of Maven introduction presented here is quite generic, however I installed Maven to manage dependencies (jars). Maven build, installs or clean functions are not used by me. If You need to know more about maven itself … Continue reading Incorporate Maven into Eclipse project