mirror of
https://github.com/actions/setup-java.git
synced 2025-05-23 02:51:46 +00:00
Update src/distributions/microsoft/installer.ts
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
parent
434a5bfe1a
commit
3d55049ca8
@ -73,7 +73,7 @@ export class MicrosoftDistributions extends JavaBase {
|
|||||||
console.time('microsoft-retrieve-available-versions');
|
console.time('microsoft-retrieve-available-versions');
|
||||||
|
|
||||||
// TODO get these dynamically!
|
// TODO get these dynamically!
|
||||||
var jdkVersions = [
|
const jdkVersions = [
|
||||||
{
|
{
|
||||||
majorVersion: 17,
|
majorVersion: 17,
|
||||||
minorVersion: 0,
|
minorVersion: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user