From 99a74cb25d54d4b206b95c9f71f6d50d86dbdfde Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Wed, 2 Apr 2014 08:31:55 -0700 Subject: [PATCH] fetch the latest JDK7 build for 1.x branch --- scripts/_utils.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_utils.sh b/scripts/_utils.sh index ccb6df440..a9204e31f 100644 --- a/scripts/_utils.sh +++ b/scripts/_utils.sh @@ -73,6 +73,8 @@ function manage_es { else if [[ $ES_BRANCH == "master" ]]; then local JDK='JDK7' + elif [[ $ES_BRANCH == "1.x" ]]; then + local JDK='JDK7' else local JDK='JDK6' fi