Skip to content

Commit

Permalink
Update to gradle 3.3
Browse files Browse the repository at this point in the history
The latest master of ES requires gradle 3.3 to successfully build

Fixes elastic#580
  • Loading branch information
ph committed Mar 24, 2017
1 parent 3da0b02 commit 845407f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-run.sh
Expand Up @@ -40,7 +40,7 @@ start_es() {
# not here because this script runs in a different bash shell.
download_gradle() {
echo $PWD
local version="3.2.1"
local version="3.3"
curl -sL https://services.gradle.org/distributions/gradle-$version-bin.zip > gradle.zip
unzip -d . gradle.zip
mv gradle-* gradle
Expand Down

0 comments on commit 845407f

Please sign in to comment.