Gradle And Git Project Setup

Hi. I am pretty new to gradle. Just started with it. I have a question that i want to setup a project using gradle and combination of git. what’s the best way to work up with it. Additionally i am pretty new to build management. Any pointers would be helpful. Thanks, Reevs

Hallo Prithvi,

to get started with Gradle I recommend you the gradle userguide available at http://gradle.org/documentation The o’reilly book “building and testing with gradle” is online available at http://gradleware.com/registered/books/building-and-testing

There are different resources for learning git. My personal favourite is the free ebook version of “pro git” available at http://git-scm.com/book

regards, René