Skip to content

Commit

Permalink
jenkins: modernize, use new Java requirement style
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine authored and MikeMcQuaid committed Feb 1, 2015
1 parent 9223f3d commit 5a7b631
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/jenkins.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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?
Expand Down

0 comments on commit 5a7b631

Please sign in to comment.