Example gradle project with Travis-CI compatibility. This project should contain everything you need to get started.
git clone https://github.com/JAGFin1/example-gradle-project.git
Once you've cloned the repo, run:
OS X/UNIX
./gradlew build
Windows
gradlew build
If you're using eclipse, you'll need to let gradle set up your project and buildpath:
gradlew eclipse build
Gradle should download the initial dependencies to your machine and add them to your project's buildpath. The current .gitignore file has been set up to ignore any gradle-specific libraries. Every new clone of this repo will need an initial build.