mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
Misc fixes
This commit is contained in:
parent
c873d68866
commit
5a4a419cc2
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Status: Proposed
|
|||
|
||||
- Zulu and AdoptOpenJDK aren't the only distributions of Java though. Other providers include Oracle OpenJDK or Amazon Corretto and ideally it would be nice to support downloading Java from all providers.
|
||||
|
||||
- GitHub Actions virtual environments install and default to AdoptOpenJDK builds of OpenJDK. `setup-java` should align to to the same behavior.
|
||||
- GitHub Actions virtual environments install and default to AdoptOpenJDK builds of OpenJDK. `setup-java` should align to the same behavior.
|
||||
|
||||
# Decision
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
ADR, short for "Architecture Decision Record" is a way of capturing important architectural decisions, along with their context and consequences.
|
||||
|
||||
This folder includes ADRs for the Ecosystem Events team. ADRs are proposed in the form of a pull request, and they commonly follow this format:
|
||||
This folder includes ADRs for the setup-java action. ADRs are proposed in the form of a pull request, and they commonly follow this format:
|
||||
|
||||
* **Title**: short present tense imperative phrase, less than 50 characters, like a git commit message.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue