apache-zeppelin: fix depends_on :java (#46447)
This commit is contained in:
parent
5133d8fdc9
commit
352e7b0dfc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class ApacheZeppelin < Formula
|
|||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java
|
||||
depends_on :java => "1.7"
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.cmd"]
|
||||
|
|
Loading…
Reference in a new issue