mirror of
https://github.com/actions/setup-java.git
synced 2025-03-15 10:37:04 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue