Revert "Revert "Add support for Oracle JDK (#401)" (#421)" (#450)

This reverts commit c3ac5dd0ed.
This commit is contained in:
Dmitry Shibanov
2023-02-07 16:29:21 +01:00
committed by GitHub
parent 9b86bbe88a
commit 3f07048e3d
9 changed files with 359 additions and 2 deletions

View File

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