forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
manifests/m/Microsoft/OpenJDK/17/17.0.11/Microsoft.OpenJDK.17.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Created using wingetcreate 1.5.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.OpenJDK.17 | ||
PackageVersion: 17.0.11 | ||
MinimumOSVersion: 10.0.0.0 | ||
InstallerType: wix | ||
Scope: machine | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
InstallerSwitches: | ||
Custom: ADDLOCAL=FeatureMain,FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome | ||
UpgradeBehavior: uninstallPrevious | ||
ProductCode: '{D8B5BBC0-6873-4928-A2E8-D6CEAEFA5F8D}' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-17.0.11-windows-x64.msi#winget | ||
InstallerSha256: E04F29F2DA8D404F94CCB977AD2A6BA99602E65031B09844A5259D4F4EB78826 | ||
ProductCode: '{BE70CF0E-3BF1-47B6-8600-36839E46CD31}' | ||
ElevationRequirement: elevatesSelf | ||
- Architecture: arm64 | ||
InstallerUrl: https://aka.ms/download-jdk/microsoft-jdk-17.0.11-windows-aarch64.msi#winget | ||
InstallerSha256: 472BABC2BA25039893189BF4A84DB8107EF182CA5F66D849595A62CAB499BD40 | ||
ProductCode: '{D8B5BBC0-6873-4928-A2E8-D6CEAEFA5F8D}' | ||
ElevationRequirement: elevatesSelf | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
24 changes: 24 additions & 0 deletions
24
manifests/m/Microsoft/OpenJDK/17/17.0.11/Microsoft.OpenJDK.17.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Created using wingetcreate 1.5.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.OpenJDK.17 | ||
PackageVersion: 17.0.11 | ||
PackageLocale: en-US | ||
Publisher: Microsoft | ||
PublisherUrl: https://www.microsoft.com | ||
PublisherSupportUrl: https://support.microsoft.com | ||
PrivacyUrl: https://privacy.microsoft.com/en-us/privacystatement | ||
Author: Microsoft | ||
PackageName: Microsoft Build of OpenJDK with Hotspot 17 | ||
PackageUrl: https://www.microsoft.com/openjdk | ||
License: GPL2 with Classpath Exception | ||
LicenseUrl: https://openjdk.java.net/legal/gplv2+ce.html | ||
ShortDescription: The Microsoft Build of OpenJDK is a new no-cost long-term supported distribution and Microsoft's new way to collaborate and contribute to the Java ecosystem. | ||
Moniker: openjdk | ||
Tags: | ||
- "17" | ||
- java | ||
- microsoft-openjdk | ||
- openjdk | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.0 |
8 changes: 8 additions & 0 deletions
8
manifests/m/Microsoft/OpenJDK/17/17.0.11/Microsoft.OpenJDK.17.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created using wingetcreate 1.5.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.OpenJDK.17 | ||
PackageVersion: 17.0.11 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |