Add Microsoft 11.0.15

This commit is contained in:
AGulev
2022-05-24 19:12:23 +02:00
parent 05b9e395e1
commit e8f1c8b5ca
2 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,9 @@ export class MicrosoftDistributions extends JavaBase {
jdkVersions.push({
version: [11, 0, 13, 8, 1]
});
jdkVersions.push({
version: [11, 0, 15]
});
}
return jdkVersions;