aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorThomas Parisot2014-11-02 11:26:09 +0000
committerMike McQuaid2014-11-02 15:33:09 +0000
commited52f5b7bc8f32fb6edf96f17323b313b7688bf5 (patch)
tree778ba8b87cdc35fc796a768fee4a6dc74db9c643 /Library/Formula
parent58d40090c0b29acd430e192addbc77ef9a0827be (diff)
downloadhomebrew-ed52f5b7bc8f32fb6edf96f17323b313b7688bf5.tar.bz2
closure-compiler: requires Java 7.
Otherwise ant will crash on build. Closes #33820. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/closure-compiler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index b201a0088..3cac7b7a8 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -8,6 +8,7 @@ class ClosureCompiler < Formula
head "https://github.com/google/closure-compiler.git"
depends_on :ant => :build
+ depends_on :java => "1.7"
def install
system "ant", "clean"