Step – 1: Install Required version of JAVA
Step – 2: Downlod and Extract
$ mkdir /opt/gradle
$ wget https://services.gradle.org/distributions/gradle-7.1.1-bin.zip
$ unzip -d /opt/gradle gradle-7.1.1-bin.zip
$ ls /opt/gradle/gradle-7.1.1
LICENSE NOTICE bin getting-started.html init.d lib media
Step – 3: Set gradle into a path
$ export PATH=$PATH:/opt/gradle/gradle-7.1.1/bin
$ gradle -version
$ gradle -help
Gradle Fundamental by Rajesh Kumar Part-1
Gradle Fundamental by Rajesh Kumar Part-2
Gradle Fundamental Tutorial for Beginners with Demo (Part 3) – By DevOpsSchool
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024