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 c59101d commit 73b3c42Copy full SHA for 73b3c42
ci/run.sh
@@ -83,7 +83,7 @@ get_es_distribution_version() {
83
# not here because this script runs in a different bash shell.
84
download_gradle() {
85
echo $PWD
86
- local version="3.3"
+ local version="4.3"
87
curl -sL https://services.gradle.org/distributions/gradle-$version-bin.zip > gradle.zip
88
unzip -d . gradle.zip
89
mv gradle-* gradle
0 commit comments