<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Grandle &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/grandle/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Tue, 24 Nov 2020 09:38:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>Grandle &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To install Grandle on Ubuntu 20.10</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-grandle-on-ubuntu-20-10/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-grandle-on-ubuntu-20-10/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 07 Aug 2020 09:08:08 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1873</guid>

					<description><![CDATA[Gradle is a free, open source build automation toolkit based on Apache Ant and Apache Maven concepts. Gradle provides a platform to support the entire development lifecycle of a software project. In this tutorial, we will install the latest Gradle on Ubuntu 20.10. Update the system Install JDK Gradle requires [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong><a href="https://gradle.org/">Gradle</a> </strong>is a free, open source build automation toolkit based on Apache Ant and Apache Maven concepts. Gradle provides a platform to support the entire development lifecycle of a software project.</p>



<p>In this tutorial, we will install the latest Gradle on Ubuntu 20.10.</p>



<p></p>



<h2 id="update-the-system" >Update the system</h2>



<pre class="wp-block-code"><code>sudo apt-get update
sudo apt-get -y upgrade</code></pre>



<h2 id="install-jdk" >Install JDK</h2>



<p>Gradle requires Java Development Kit (JDK) 7 or higher. In this tutorial, we will be installing JDK 8.</p>



<pre class="wp-block-code"><code>sudo apt-get -y install openjdk-8-jdk wget unzip</code></pre>



<p>The above command will also install wget and unzip. Check the installation.</p>



<pre class="wp-block-code"><code>java -version</code></pre>



<p>You will see the following result:</p>



<pre class="wp-block-code"><code>openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-0ubuntu1.16.10.2-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)</code></pre>



<h2 id="download-gradle" >Download Gradle</h2>



<p>The redistributable Gradle archive is of two types: binary only and full. The &#8220;binary only&#8221; archive contains Gradle software only where the &#8220;full&#8221; archive comes with binaries, documentation, and source code. To run the following command which is described below to load Gragle on your system:</p>



<pre class="wp-block-code"><code>wget https://services.gradle.org/distributions/gradle-3.4.1-bin.zip</code></pre>



<h2 id="install-gradle" >Install Gradle</h2>



<p>Create a directory for your Gradle installation.</p>



<pre class="wp-block-code"><code>sudo mkdir /opt/gradle</code></pre>



<p>Unpack the downloaded archive into the newly created directory.</p>



<pre class="wp-block-code"><code>sudo unzip -d /opt/gradle gradle-3.4.1-bin.zip</code></pre>



<p>Set your <strong>PATH </strong>environment variable so that the <strong>gradle </strong>executable can run directly anywhere on the system.</p>



<pre class="wp-block-code"><code>export PATH=$PATH:/opt/gradle/gradle-3.4.1/bin</code></pre>



<p>You can run the following command to check if the Gradle installation was successful.</p>



<pre class="wp-block-code"><code>gradle -v</code></pre>



<p>You should see the following result:</p>



<pre class="wp-block-code"><code>------------------------------------------------------------
Gradle 3.4.1
------------------------------------------------------------

Build time:   2017-03-03 19:45:41 UTC
Revision:     9eb76efdd3d034dc506c719dac2955efb5ff9a93

Groovy:       2.4.7
Ant:          Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM:          1.8.0_121 (Oracle Corporation 25.121-b13)
OS:           Linux 4.8.0-41-generic amd64</code></pre>



<p>Installation is completed!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-grandle-on-ubuntu-20-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
