You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDKMAN does not like to keep around old sdks, so pinning to a specific version of Java for CI doesn't work out so well and means the test playbook needs to be constantly fixed. It would be better to pre-fetch the latest version of e.g. adoptopenjdk using the candidates API
e.g. https://api.sdkman.io/2/candidates/java/linux/versions/list?installed=
The text was updated successfully, but these errors were encountered:
SDKMAN does not like to keep around old sdks, so pinning to a specific version of Java for CI doesn't work out so well and means the test playbook needs to be constantly fixed. It would be better to pre-fetch the latest version of e.g. adoptopenjdk using the candidates API
e.g.
https://api.sdkman.io/2/candidates/java/linux/versions/list?installed=
The text was updated successfully, but these errors were encountered: