hadoop: Requires Java 1.7+

From the Hadoop 2.7.0 release notes:
This release drops support for JDK6 runtime and works with JDK 7+ only.

Closes Homebrew/homebrew#48823.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
master
Joep Loijens 2016-02-04 13:25:16 +01:00 committed by Dominyk Tiller
parent 147346fd6c
commit 850725dff7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Hadoop < Formula
bottle :unneeded
depends_on :java
depends_on :java => "1.7+"
def install
rm_f Dir["bin/*.cmd", "sbin/*.cmd", "libexec/*.cmd", "etc/hadoop/*.cmd"]