Gradle

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
(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> ...")
 
Line 3: Line 3:
= Installation =
= Installation =
== Install Groovy enVironment Manager (GVM) ==
== Install Groovy enVironment Manager (GVM) ==
-
* If curl is not installed yet, install it first.
+
[[GVM|Install GVM]]
-
<pre>
+
-
$ sudo apt-get install curl
+
-
</pre>
+
-
 
+
-
<pre>
+
-
$ curl -s get.gvmtool.net | bash
+
-
</pre>
+
== Install Gradle ==
== Install Gradle ==

Latest revision as of 01:51, 25 August 2013


Installation

Install Groovy enVironment Manager (GVM)

Install GVM

Install Gradle

$ gvm install gradle 
Personal tools