henplus: require Java 8 specifically (#28317)
This commit is contained in:
parent
e7c60511a9
commit
ac9f9fe1a9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Henplus < Formula
|
|||
|
||||
depends_on "ant" => :build
|
||||
depends_on "libreadline-java"
|
||||
depends_on :java => "1.6+"
|
||||
depends_on :java => "1.8"
|
||||
|
||||
def install
|
||||
inreplace "bin/henplus" do |s|
|
||||
|
|
Loading…
Reference in a new issue