mirror of
https://github.com/actions/setup-java.git
synced 2025-07-01 05:14:17 +00:00
Added trava distro
This commit is contained in:
parent
131290ed3e
commit
b101cc1ed2
4 changed files with 5 additions and 2 deletions
|
@ -28,5 +28,6 @@ export const DISTROS: string[] = [
|
|||
'ojdk_build',
|
||||
'oracle_openjdk',
|
||||
'sap_machine',
|
||||
'trava',
|
||||
'zulu'
|
||||
];
|
||||
|
|
|
@ -216,7 +216,7 @@ async function getDownloadInfo(
|
|||
distribution = distro.toLowerCase();
|
||||
} else {
|
||||
throw new Error(
|
||||
`distro argument '${distro}' is not in [aoj | aoj_openj9 | corretto | dragonwell | liberica | ojdk_build | oracle_openjdk | sap_machine | zulu]`
|
||||
`distro argument '${distro}' is not in [aoj | aoj_openj9 | corretto | dragonwell | liberica | ojdk_build | oracle_openjdk | sap_machine | trava | zulu]`
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue