File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Most interactions should occur through docker-compose.
60
60
## Tech
61
61
62
62
- JDK 1.8+
63
- - Gradle 4.10+
63
+ - Gradle 6.8.3
64
64
- Node 8+
65
65
- PSQL 10+
66
66
- RAML-Cop 5
Original file line number Diff line number Diff line change 2
2
set -xe
3
3
4
4
# SHA256 of gradle-5.2.1-bin.zip
5
- CHECKSUM=748c33ff8d216736723be4037085b8dc342c6a0f309081acf682c9803e407357
5
+ CHECKSUM=7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205
6
6
7
- wget -O gradle.zip ' https://services.gradle.org/distributions/gradle-5.2.1 -bin.zip'
7
+ wget -O gradle.zip ' https://services.gradle.org/distributions/gradle-6.8.3 -bin.zip'
8
8
echo " $CHECKSUM gradle.zip" | sha256sum -c -w -
9
9
10
10
unzip gradle.zip
11
11
rm gradle.zip
12
- ln -s " $HOME /gradle-5.2.1 /bin/gradle" /sbin/gradle
12
+ ln -s " $HOME /gradle-6.8.3 /bin/gradle" /sbin/gradle
You can’t perform that action at this time.
0 commit comments