How to Install Gradle on Ubuntu 22.04 - 24.04
Gradle is an open-source build automation tool; Java projects mostly uses Gradle. It automates the building process of applications which includes compiling, linking, and packaging of code without manual input. Gradle also supports Groovy, which is an object-oriented dynamic language for Java applications.
In this video I will show you how to install it
Useful Links:
VPS/VDS - https://www.mivocloud.com/
Gradle - https://gradle.org/releases/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
sudo apt install openjdk-17-jdk wget unzip -y
java -version
wget https://services.gradle.org/distributions/gradle-8.4-bin.zip
sudo mkdir /opt/gradle
sudo unzip -d /opt/gradle gradle-8.4-bin.zip
ls /opt/gradle/gradle-8.4
sudo ln -s /opt/gradle/gradle-8.4 /opt/gradle/latest
echo "export PATH=\$PATH:/opt/gradle/latest/bin" | sudo tee /etc/profile.d/gradle.sh
sudo chmod +x /etc/profile.d/gradle.sh
source /etc/profile.d/gradle.sh
gradle -v
Видео How to Install Gradle on Ubuntu 22.04 - 24.04 канала MivoCloud
In this video I will show you how to install it
Useful Links:
VPS/VDS - https://www.mivocloud.com/
Gradle - https://gradle.org/releases/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
sudo apt install openjdk-17-jdk wget unzip -y
java -version
wget https://services.gradle.org/distributions/gradle-8.4-bin.zip
sudo mkdir /opt/gradle
sudo unzip -d /opt/gradle gradle-8.4-bin.zip
ls /opt/gradle/gradle-8.4
sudo ln -s /opt/gradle/gradle-8.4 /opt/gradle/latest
echo "export PATH=\$PATH:/opt/gradle/latest/bin" | sudo tee /etc/profile.d/gradle.sh
sudo chmod +x /etc/profile.d/gradle.sh
source /etc/profile.d/gradle.sh
gradle -v
Видео How to Install Gradle on Ubuntu 22.04 - 24.04 канала MivoCloud
Комментарии отсутствуют
Информация о видео
16 декабря 2024 г. 16:26:33
00:02:17
Другие видео канала