分類
Ubuntu tools

Install Gradle for Ubuntu12.04, 14.04, 14.10

For Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04

$ sudo add-apt-repository ppa:cwchien/gradle
$ sudo apt-get update
$ sudo apt-get install gradle
remove gradle
$ sudo apt-get remove gradle