> brew install [email protected]
Error: [email protected] has been disabled because it is not maintained upstream!
I don't want to have to install Maven 3.5, but I need to install Maven 3.5. Can I force Homebrew to install this package it clearly knows about?
CodePudding user response:
You can edit the formula with:
brew edit [email protected]
Remove the line:
disable! date: "2022-07-31", because: :unmaintained
And install it with:
brew install [email protected]