Add support for Oracle JDK (#401)

This commit is contained in:
Fabio Niephaus
2022-11-23 13:28:51 +01:00
committed by GitHub
parent 7db6b4554c
commit 6cdf39a6b6
9 changed files with 359 additions and 2 deletions

View File

@@ -0,0 +1 @@
export type OsVersions = 'linux' | 'macos' | 'windows';