mirror of
https://github.com/actions/setup-java.git
synced 2025-07-23 15:08:26 +02:00
Add support for Oracle JDK (#401)
This commit is contained in:
parent
7db6b4554c
commit
6cdf39a6b6
9 changed files with 359 additions and 2 deletions
1
src/distributions/oracle/models.ts
Normal file
1
src/distributions/oracle/models.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export type OsVersions = 'linux' | 'macos' | 'windows';
|
Loading…
Add table
Add a link
Reference in a new issue