From ed52f5b7bc8f32fb6edf96f17323b313b7688bf5 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Sun, 2 Nov 2014 11:26:09 +0000 Subject: closure-compiler: requires Java 7. Otherwise ant will crash on build. Closes #33820. Signed-off-by: Mike McQuaid --- Library/Formula/closure-compiler.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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" -- cgit v1.2.3