Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew install (or upgrade, reinstall) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a general brew problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Homebrew/linuxbrew-core/issues/new/choose. If it's a brew cask problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update and can still reproduce the problem?brew doctor, fixed all issues and can still reproduce the problem?brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?To help us debug your issue please explain:
brew install commands)I switched from openjdk to adoptopenjdk using linuxbrew. Formulas like ant, maven, groovy were ok once brew reinstall them, but some formulas like rubberband were insisting (reinstalling as dependency) openjdk, which imo is wrong. I'd would like to have it build against java of my choice.
leiningen, rubberband, and subversion mention openjdk specifically and need to be updated to use either depends_on :java or depends_on "adoptopenjdk". The former is preferred, but if the formula refers to Formula["openjdk"] it'll have to be the latter. Could you please open three separate PRs to update these three formulae?
Formula leiningen fixed proper, while subversion and rubberband changed to reference adoptopenjdk, which is improvement but still is locked to one JVM imple....
This issue seems done, so closing it out.
Most helpful comment
Formula
leiningenfixed proper, whilesubversionandrubberbandchanged to referenceadoptopenjdk, which is improvement but still is locked to one JVM imple....This issue seems done, so closing it out.