Skip to content

Commit

Permalink
Update git-query.rb
Browse files Browse the repository at this point in the history
Update gitquery to use openjdk 11
  • Loading branch information
tinder-aminghadersohi authored Nov 28, 2022
1 parent afeac62 commit 9c24923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/git-query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class GitQuery < Formula
url "https://github.com/Tinder/GitQuery/archive/3.0.12.tar.gz"
sha256 "eed3be0cdb5a2e882d9e3c6e1b10f11cb243e67c7f1e8d96292112e946f047ad"

depends_on "openjdk@8"
depends_on "openjdk@11"

def install
system "./gradlew", "installDist"
Expand Down

0 comments on commit 9c24923

Please sign in to comment.