Skip to navigation
How to install gradle in linux
12.09.18
1. create the folder in /opt/gradle mkdir /opt/gradle 1.1 may set the permission: chmod 755 /opt/gradle 2. move into the folder cd /opt/gradle 3. download the latest gradle you can find the list here: https://services.gradle.org/distributions/ download command: wget https://services.gradle.org/distributions/gradle-4.10-all.zip 4. unzip command: unzip *.zip 5. set the enviroment in ~/.bashrc export PATH=$PATH:/opt/gradle/gradle-4.10/bin 6. load the new enviroment: source ~/.bashrc
https://services.gradle.org/distributions/
Reply
Anonymous
Information Epoch 1732659482
When in doubt, use brute force.
Home
Notebook
Contact us