Skip to content

Commit

Permalink
yuck: use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Feb 19, 2024
1 parent b7d39b8 commit f9a9d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/yuck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Yuck < Formula
end

depends_on "coreutils" # realpath in script
depends_on "openjdk"
depends_on "openjdk@17"

def install
system "./mill", "yuck.dev.corePackage"
Expand Down

0 comments on commit f9a9d79

Please sign in to comment.