diff options
| author | Josh Hagins | 2015-01-21 05:42:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-01-21 12:58:07 -0500 |
| commit | e7e46f4ef2599708e7bf67ad1630d26b0b534907 (patch) | |
| tree | 8a3c66cc276811dfc8feb338728c6df82a7cc1df /Library/Formula | |
| parent | 480a6ee03762e3b1939357679b3cc6034c8e2c1b (diff) | |
| download | homebrew-e7e46f4ef2599708e7bf67ad1630d26b0b534907.tar.bz2 | |
jenkins: Add maven dependency for HEAD builds
Closes #36100.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jenkins.rb | 5 |
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? |
