-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to switch to adoptium api #15
Comments
We could use |
There is another jabba index which you can user right now to get the adoptium builds and others: https://github.com/typelevel/jdk-index You just need to change an environment variable. |
@mkurz we would like to use jabba with adoptium 17. Is there any progress expected in the near future on this topic? |
@aeimer I am not the maintainer of this project. However you can use adoptium 17 today already by using jabba with the index from here: https://github.com/typelevel/jdk-index Checkout the readme of that repo, you just have to set the |
Hi @mkurz, thank you! I already saw that and set it up, but I think jabba should also keep their index uptodate, thats why I ask... |
It seems jabba is dying... I recommend using sdkman instead |
uff okay thx! |
adoptopenjdk is now adoptium: https://adoptium.net/
Therefore there is a need to switch from https://api.adoptopenjdk.net/ to https://api.adoptium.net/ (also from https://api.adoptopenjdk.net/q/swagger-ui/ to https://api.adoptium.net/q/swagger-ui/ - GitHub repo: https://github.com/adoptium/api.adoptium.net)
Code which needs change:
jabba-autodiscovery/src/index.js
Lines 22 to 31 in 2b098d3
The text was updated successfully, but these errors were encountered: