Skip to content

Commit

Permalink
druid: migrate to openjdk@8.
Browse files Browse the repository at this point in the history
Needed for Homebrew/brew#9209.
  • Loading branch information
MikeMcQuaid committed Nov 23, 2020
1 parent 7d43a6f commit 2f411ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/druid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Druid < Formula

deprecate! because: :does_not_build

depends_on java: "1.8"
depends_on "openjdk@8"
depends_on "zookeeper"

resource "mysql-metadata-storage" do
Expand Down

0 comments on commit 2f411ef

Please sign in to comment.