Skip to content

Commit

Permalink
Report coursier/homebrew-formulas changes in template (coursier#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Dec 23, 2020
1 parent 41a662c commit f9445e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/coursier.rb.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class Coursier < Formula
sha256 "@JAR_LAUNCHER_SHA256@"
end

depends_on java: "1.8+" if MacOS.version < :big_sur
depends_on "openjdk" if MacOS.version >= :big_sur
depends_on java: "1.8+" if MacOS.version < :catalina
depends_on "openjdk" if MacOS.version >= :catalina

def install
bin.install "cs-x86_64-apple-darwin" => "cs"
Expand Down

0 comments on commit f9445e2

Please sign in to comment.