diff options
| author | Baptiste Fontaine | 2015-01-30 10:46:36 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-01 09:31:01 +0100 |
| commit | aa3b013123caad3f7d22f07e23938e5b46b99793 (patch) | |
| tree | 1b660b5eea4a0278345b76baba9b6e76efdf1143 /Library | |
| parent | 4ba6920d31a424bdf228660a1e473c0005b788a1 (diff) | |
| download | homebrew-aa3b013123caad3f7d22f07e23938e5b46b99793.tar.bz2 | |
jenkins: modernize, use new Java requirement style
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jenkins.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index 79059dcf2..ec53e6b8f 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -1,5 +1,3 @@ -require "formula" - class Jenkins < Formula homepage "https://jenkins-ci.org" url "http://mirrors.jenkins-ci.org/war/1.598/jenkins.war" @@ -10,7 +8,7 @@ class Jenkins < Formula depends_on "maven" => :build end - depends_on :java => "1.6" + depends_on :java => "1.6+" def install if build.head? |
