Brew install requires openjdk
, which cause to install latest Java version
#2196
Unanswered
amedvedjev
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to install allure with brew now it has dependency to
openjdk
and installs Java 21. This cause later problem in other part of code that new Java version not recognized.First was try to install allure:
this cause error about JAVA_HOME while it set correctly in system
e.g. maven has same dependency to
openjdk
while it successfully starts after installing without dependencies.Pls suggest solution.
Beta Was this translation helpful? Give feedback.
All reactions