Created
May 21, 2020 18:08
-
-
Save ceosilvajr/cdb0d3c4e40f44d9cb12dfbf7fdb8b79 to your computer and use it in GitHub Desktop.
Script to update gcloud gradle version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /opt/ | |
gradle -version | |
sudo wget https://services.gradle.org/distributions/gradle-6.4.1-all.zip | |
sudo unzip gradle-6.4.1-all.zip | |
sudo rm -rf gradle | |
sudo mv gradle-6.4.1 gradle | |
gradle -version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment