aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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"