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
I want to install the latest 21 temurin java version.
I tried
sdk install java 21-tem
But this does not get the latest version. There is a 21.0.6-tem available.
Also wildcards do not work:
sdk install java 21*-tem
I need this for an automated cli based workflow, no user interaction involved. The sdk list java is very focused on user interaction. I created a very complex awk command that extracts the tem versions, then do a version sort...
But I was hoping that sdk man can do this for me :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following problem:
I want to install the latest 21 temurin java version.
I tried
But this does not get the latest version. There is a 21.0.6-tem available.
Also wildcards do not work:
I need this for an automated cli based workflow, no user interaction involved. The
sdk list java
is very focused on user interaction. I created a very complex awk command that extracts the tem versions, then do a version sort...But I was hoping that sdk man can do this for me :)
Beta Was this translation helpful? Give feedback.
All reactions