Skip to content

Commit

Permalink
jython@2.7.3: depend on openjdk@17 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Apr 2, 2024
1 parent 5a50d38 commit 3321791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/jython@2.7.3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class JythonAT273 < Formula
sha256 "3ffc25c5257d2028b176912a4091fe048c45c7d98218e52d7ce3160a62fdc9fc"
license "PSF-2.0"

depends_on "openjdk@11"
depends_on "openjdk@17"

def install
system "java", "-jar", cached_download, "-s", "-t", "standard", "-d", libexec
Expand Down

0 comments on commit 3321791

Please sign in to comment.