From a8d24f482328bf5845116a4c2276ebf44458160f Mon Sep 17 00:00:00 2001 From: Fred Cooke Date: Sat, 2 Oct 2021 23:48:42 +1300 Subject: [PATCH] Depend on our own tap's version of Maven, ie, 3.8.1 without the MINVOKER-283 bug that may or may not be fixed in 3.8.3 which isn't out yet. Requires PR on branchout homebrew tap repo to be merged before this is merged and the release containing it done: https://github.com/Branchout/homebrew-branchout/pull/4 --- .deploy-to-homebrew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deploy-to-homebrew b/.deploy-to-homebrew index 9f262b3..e07706e 100755 --- a/.deploy-to-homebrew +++ b/.deploy-to-homebrew @@ -75,7 +75,7 @@ echo "class BranchoutMaven < Formula version \"${VERSION:1}\" depends_on \"branchout/branchout/branchout-core\" - depends_on \"maven\" + depends_on \"branchout/branchout/maven@3.8.1\" def install bin.install \"branchout-maven\"