aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJosh Hagins2015-01-21 07:04:11 -0500
committerJack Nagel2015-01-21 12:59:44 -0500
commita098eb9435756f9a6c2d0708eb7bdf8d48b18f7d (patch)
tree8c95e191d5abd5acc3099b3393827932142d3453 /Library
parent1bed967edb8a4bc4ac5bc2fd700bf5bb34f46db5 (diff)
downloadhomebrew-a098eb9435756f9a6c2d0708eb7bdf8d48b18f7d.tar.bz2
jenkins: add Java dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jenkins.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index d0cc94ef9..0beb128a0 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -10,6 +10,8 @@ class Jenkins < Formula
depends_on "maven" => :build
end
+ depends_on :java => "1.6"
+
def install
if build.head?
system "mvn clean install -pl war -am -DskipTests"