...
- Install Homebrew
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install git, git-flow and maven
brew install git
brew install git-flow
brew install maven
- Make sure git is version 1.8.x or greater installed on your machine.
- Download node.js http://nodejs.org/download/
brew install nodejs
- Please refer to Build System & CI on how to setup building of CDAP.
...
Setting up Checkstyle in IntelliJ
See "Integrating CheckStyle with Intellij" on the Checkstyle integration with gradle wiki page. For more information on the rules enforced by checkstyle, see Java Coding Standards.
...