We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4714d commit 672de04Copy full SHA for 672de04
install_gradle.sh
@@ -1,12 +1,12 @@
1
#!/bin/sh
2
set -xe
3
4
-# SHA256 of gradle-4.10.2-bin.zip
5
-CHECKSUM=b49c6da1b2cb67a0caf6c7480630b51c70a11ca2016ff2f555eaeda863143a29
+# SHA256 of gradle-5.2.1-bin.zip
+CHECKSUM=748c33ff8d216736723be4037085b8dc342c6a0f309081acf682c9803e407357
6
7
-wget -O gradle.zip 'https://downloads.gradle-dn.com/distributions/gradle-4.10.2-bin.zip'
+wget -O gradle.zip 'https://downloads.gradle-dn.com/distributions/gradle-5.2.1-bin.zip'
8
echo "$CHECKSUM gradle.zip" | sha256sum -c -w -
9
10
unzip gradle.zip
11
rm gradle.zip
12
-ln -s "$HOME/gradle-4.10.2/bin/gradle" /sbin/gradle
+ln -s "$HOME/gradle-5.2.1/bin/gradle" /sbin/gradle
0 commit comments