Gradle Installation - krema2ren/examples GitHub Wiki

  • Goto gradle.org and download latest.
  • Unzip downloaded package.
  • Move it to Applications folder.
  • Open terminal and type edit .bash_profile
  • Add the following lines to .bash_profile
    # Environment for Gradle
    export GRADLE_HOME=/Applications/gradle-1.2
    export PATH=$GRADLE_HOME/bin:$PATH
    export GRADLE_OPTS='-Xmx512M -XX:PermSize=96m -XX:MaxPermSize=256m'
⚠️ **GitHub.com Fallback** ⚠️