diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jenkins.rb | 2 |
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" |
