aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jenkins.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index fede567da..5da3b0f0e 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -5,7 +5,10 @@ class Jenkins < Formula
url "http://mirrors.jenkins-ci.org/war/1.597/jenkins.war"
sha1 "a177d463af1e334a92874378b5c32a923fb62c66"
- head "https://github.com/jenkinsci/jenkins.git"
+ head do
+ url "https://github.com/jenkinsci/jenkins.git"
+ depends_on "maven" => :build
+ end
def install
if build.head?