Repository with collection of sample ready to use project using tools like Gradle, CircleCi, etc.
- Github account.
- JDK 6 or later (for this session we use JDK 7)
- Git bash (here)
- Notepad++ or anyother editor.
- An IDE prefeably Eclipse IDE (here).
Fork the project into your github account and then clone the porject locally:
$git clone <<github url>>
, and go to git bash. Run following command:
$./gradlew task
Then you're all set to start looking at these tutorials. The tutorials are meant to be followed in this order, except if you're already familiar with one of these topics.