homebrew-openjdk
homebrew-openjdk copied to clipboard
AdoptOpenJDK HomeBrew Tap
After making all changes to the cask: - [x] `brew cask audit --download {{cask_file}}` is error-free. - [x] `brew cask style --fix {{cask_file}}` reports no offenses. - [x] The commit...
The daily action to update adoptopenjdk seems to running into errors. I'm not sure if this will prevent it from updating. ``` error: pathspec '2021-07-27' did not match any file(s)...
Documentation mentions an `adoptopenjdk` cask: https://github.com/AdoptOpenJDK/homebrew-openjdk/blob/3e6ed3cb423ac9ce63aeb1e01d0371cd588db987/README.md#available-versions But an `adoptopenjdk` cask does not exist: https://github.com/AdoptOpenJDK/homebrew-openjdk/blob/3e6ed3cb423ac9ce63aeb1e01d0371cd588db987/Casks/adoptopenjdk.rb An `adoptopenjdk` cask can only be found in a third-party tap for which authorship is unclear:...
AdoptOpenJDK now includes a build for the new M1-based (Apple Silicon) Macs. Ideally, the Homebrew package should provide this ARM based build when being installed on an Apple Silicon Mac...
Solution: Adding the command `unset JAVA_HOME` to the jdk function like this answer suggest: https://stackoverflow.com/a/64917842/2315666
``` audit for adoptopenjdk10: failed - Use `sha256 :no_check` when URL is unversioned. - The URL's domain github.com does not match the homepage domain adoptopenjdk.net, a 'verified' parameter has to...
Provide a cask for adopt's JMC[1]. The cask in homebrew's mainline[2] is from java.net [1] https://adoptopenjdk.net/jmc.html [2] https://github.com/Homebrew/homebrew-cask/blob/master/Casks/jdk-mission-control.rb