Open Campano opened 2 years ago
Yes, we should add all Adoptium/Temurin releases, which should be an automated task, see: https://github.com/shyiko/jabba-autodiscovery/issues/15
There is another jabba index which you can use to get the adoptium builds (also the arm64 one) and others: https://github.com/typelevel/jdk-index You just need to change an environment variable.
Thanks @mkurz this works
> JABBA_INDEX='https://github.com/typelevel/jdk-index/raw/main/index.json' jabba install temurin@17
adds one Temurin JDK
Only added the one I needed. I chose "Eclipse Temurin" as per https://adoptium.net/faq.html?variant=openjdk18&jvmVariant=hotspot#temurinName
I guess I could add all of Temurins releases if you so desire (which would be a tedious job: https://adoptium.net/archive.html?variant=openjdk17&jvmVariant=hotspot)