Skip to content

Commit 73b3c42

Browse files
committed
use gradle 4.3 because es 7 needs it
1 parent c59101d commit 73b3c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ get_es_distribution_version() {
8383
# not here because this script runs in a different bash shell.
8484
download_gradle() {
8585
echo $PWD
86-
local version="3.3"
86+
local version="4.3"
8787
curl -sL https://services.gradle.org/distributions/gradle-$version-bin.zip > gradle.zip
8888
unzip -d . gradle.zip
8989
mv gradle-* gradle

0 commit comments

Comments
 (0)