* spelling: aarch

Signed-off-by: Josh Soref <[email protected]>

* spelling: cannot

Signed-off-by: Josh Soref <[email protected]>

* spelling: guaranteed

Signed-off-by: Josh Soref <[email protected]>

* spelling: its

Signed-off-by: Josh Soref <[email protected]>

* spelling: macos

Signed-off-by: Josh Soref <[email protected]>

* spelling: on the fly

Signed-off-by: Josh Soref <[email protected]>

* spelling: warn/fail

Signed-off-by: Josh Soref <[email protected]>

* link: more information about ADRs

Signed-off-by: Josh Soref <[email protected]>

* link: Distribution / Official site

Signed-off-by: Josh Soref <[email protected]>

* link: License

Signed-off-by: Josh Soref <[email protected]>

---------

Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Bruno Borges <[email protected]>
This commit is contained in:
Josh Soref
2026-06-22 10:57:54 -04:00
committed by GitHub
co-authored by Bruno Borges
parent ce7f9ce621
commit 957ad8b43e
9 changed files with 25 additions and 25 deletions
@@ -225,7 +225,7 @@ describe('getAvailableVersions', () => {
['11', 'macos', 'aarch64'],
['17', 'linux', 'riscv']
])(
'should throw when required version of JDK can not be found in the JSON',
'should throw when required version of JDK cannot be found in the JSON',
async (jdkVersion: string, platform: string, arch: string) => {
const distribution = new DragonwellDistribution({
version: jdkVersion,