apache-zeppelin: fix depends_on :java (#46447)

This commit is contained in:
Markus Reiter 2019-11-08 08:29:42 +01:00 committed by FX Coudert
parent 5133d8fdc9
commit 352e7b0dfc

View file

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