mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Add Docs + Distro Factory
This commit is contained in:
parent
bee7c8545c
commit
07ea605e4b
2 changed files with 16 additions and 1 deletions
|
@ -23,7 +23,8 @@ enum JavaDistribution {
|
|||
Semeru = 'semeru',
|
||||
Corretto = 'corretto',
|
||||
Oracle = 'oracle',
|
||||
Dragonwell = 'dragonwell'
|
||||
Dragonwell = 'dragonwell',
|
||||
JetBrains = 'jetbrains',
|
||||
}
|
||||
|
||||
export function getJavaDistribution(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue