Skip to content

Commit

Permalink
[email protected]: depend on openjdk@11 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Apr 2, 2024
1 parent c1bdfc4 commit 5a50d38
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 JythonAT273 < Formula
sha256 "3ffc25c5257d2028b176912a4091fe048c45c7d98218e52d7ce3160a62fdc9fc"
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 5a50d38

Please sign in to comment.