Remove legacy Adopt distributions

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-07-31 10:30:35 -04:00
parent 881f2634a1
commit 2fe5911e91
17 changed files with 51 additions and 2429 deletions
@@ -117,6 +117,15 @@ describe('getJavaDistribution', () => {
).toBeNull();
});
it.each(['adopt', 'adopt-hotspot', 'adopt-openj9'])(
'does not support legacy Adopt distribution %s',
async distributionName => {
expect(
await getJavaDistribution(distributionName, installerOptions('jdk'))
).toBeNull();
}
);
it.each([
['amd64', 'x64'],
['ia32', 'x86'],