Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
The GCM4ML only works with Java 8 on OS X 10.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli Dagenais committed Mar 17, 2016
1 parent d5a7200 commit bdd4e1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/git-credential-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class GitCredentialManager < Formula

bottle :unneeded

depends_on :java => "1.7+"
depends_on :java => "1.8+" if MacOS.version >= :el_capitan
depends_on :java => "1.7+" unless MacOS.version >= :el_capitan

def install
libexec.install "git-credential-manager-#{version}.jar"
Expand Down

0 comments on commit bdd4e1d

Please sign in to comment.