Skip to content

Commit

Permalink
Rebuild js.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanburns authored and brendandburns committed Nov 30, 2021
1 parent 9c1600a commit 2828873
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dist/setup/index.js
Expand Up @@ -14303,22 +14303,26 @@ class MicrosoftDistributions extends base_installer_1.JavaBase {
return __awaiter(this, void 0, void 0, function* () {
console.time('microsoft-retrieve-available-versions');
// TODO get these dynamically!
var jdkVersions = [{
var jdkVersions = [
{
majorVersion: 17,
minorVersion: 0,
patchVersion: 1,
fullVersion: '17.0.1.12.1'
}, {
},
{
majorVersion: 16,
minorVersion: 0,
patchVersion: 2,
fullVersion: '16.0.2.7.1'
}, {
},
{
majorVersion: 11,
minorVersion: 0,
patchVersion: 13,
fullVersion: '11.0.13.8.1'
}];
}
];
return jdkVersions;
});
}
Expand Down

0 comments on commit 2828873

Please sign in to comment.