Gradle
From KevinWiki
(Difference between revisions)
Kevin (Talk | contribs)
(Created page with "Category:Groovy = Installation = == Install Groovy enVironment Manager (GVM) == * If curl is not installed yet, install it first. <pre> $ sudo apt-get install curl </pre> ...")
Newer edit →
(Created page with "Category:Groovy = Installation = == Install Groovy enVironment Manager (GVM) == * If curl is not installed yet, install it first. <pre> $ sudo apt-get install curl </pre> ...")
Newer edit →
Revision as of 17:25, 24 August 2013
Installation
Install Groovy enVironment Manager (GVM)
- If curl is not installed yet, install it first.
$ sudo apt-get install curl
$ curl -s get.gvmtool.net | bash
Install Gradle
$ gvm install gradle