Skip to content

Commit 672de04

Browse files
author
hdsldv
committed
OLMIS-7568 Change gradle to v5.2.1 for image v8
1 parent 3f4714d commit 672de04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install_gradle.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22
set -xe
33

4-
# SHA256 of gradle-4.10.2-bin.zip
5-
CHECKSUM=b49c6da1b2cb67a0caf6c7480630b51c70a11ca2016ff2f555eaeda863143a29
4+
# SHA256 of gradle-5.2.1-bin.zip
5+
CHECKSUM=748c33ff8d216736723be4037085b8dc342c6a0f309081acf682c9803e407357
66

7-
wget -O gradle.zip 'https://downloads.gradle-dn.com/distributions/gradle-4.10.2-bin.zip'
7+
wget -O gradle.zip 'https://downloads.gradle-dn.com/distributions/gradle-5.2.1-bin.zip'
88
echo "$CHECKSUM gradle.zip" | sha256sum -c -w -
99

1010
unzip gradle.zip
1111
rm gradle.zip
12-
ln -s "$HOME/gradle-4.10.2/bin/gradle" /sbin/gradle
12+
ln -s "$HOME/gradle-5.2.1/bin/gradle" /sbin/gradle

0 commit comments

Comments
 (0)