Gradle install help - GoCodingGroup/MultiplicationTable GitHub Wiki
- Download gradle
- Unzip to ~/gradle/
- Open ~/.bash_profile in a text editor (create if not present)
- insert
export PATH="$PATH:$HOME/gradle/bin/"
- save and restart git bash if it is currently open
- enter
gradle --version
in git bash to verify that the installation worked correctly