Skip to content

Commit

Permalink
[email protected]: depend on openjdk@11 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Apr 2, 2024
1 parent 1e2042d commit c1bdfc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class JythonAT272 < Formula
sha256 "36e40609567ce020a1de0aaffe45e0b68571c278c14116f52e58cc652fb71552"
license "PSF-2.0"

depends_on "openjdk@11"

def install
system "java", "-jar", cached_download, "-s", "-t", "standard", "-d", libexec
(bin/"jython").write_env_script libexec/"bin/jython", Language::Java.overridable_java_home_env
Expand Down

0 comments on commit c1bdfc4

Please sign in to comment.