Add Amazon Corretto distribution (#312)

This commit is contained in:
Manuel 2022-04-29 12:38:36 +02:00 committed by GitHub
parent dd80852400
commit bae3140877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1699 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import * as fs from 'fs';
import semver from 'semver';
import path from 'path';
import * as httpm from '@actions/http-client';
import { getToolcachePath, getVersionFromToolcachePath, isVersionSatisfies } from '../util';
import { getToolcachePath, isVersionSatisfies } from '../util';
import { JavaDownloadRelease, JavaInstallerOptions, JavaInstallerResults } from './base-models';
import { MACOS_JAVA_CONTENT_POSTFIX } from '../constants';