Skip to content

Instantly share code, notes, and snippets.

@bluebycode
Last active May 3, 2016 17:23
Show Gist options
  • Save bluebycode/ae659ab23d8eee2ec62b70e9bb4d337e to your computer and use it in GitHub Desktop.
Save bluebycode/ae659ab23d8eee2ec62b70e9bb4d337e to your computer and use it in GitHub Desktop.
Installing Gradle 2.6 #gradle
# Download the binary and installing under /opt
wget https://services.gradle.org/distributions/gradle-2.6-bin.zip
unzip gradle-2.6-bin.zip
mv gradle-2.6 /opt/gradle
# Edit bash profile as following ~/.bash_profile
# export GRADLE_HOME=/opt/gradle/bin
# PATH=$PATH:$GRADLE_HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment