fetch the latest JDK7 build for 1.x branch

This commit is contained in:
Spencer Alger
2014-04-02 08:31:55 -07:00
parent 71cefb3f37
commit 99a74cb25d

View File

@ -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