mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
basic validation failure fix (#682)
This commit is contained in:
parent
7467385c61
commit
2dfa2011c5
5 changed files with 105 additions and 67 deletions
|
@ -25,7 +25,7 @@ enum JavaDistribution {
|
|||
Corretto = 'corretto',
|
||||
Oracle = 'oracle',
|
||||
Dragonwell = 'dragonwell',
|
||||
SapMachine = 'sapmachine',
|
||||
SapMachine = 'sapmachine'
|
||||
}
|
||||
|
||||
export function getJavaDistribution(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue