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)
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024
- Top Global Medical Tourism Companies in the World - December 20, 2024