halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
440 stars 84 forks source link

Major version should be enough in .tool-versions #201

Open akkadaya opened 1 year ago

akkadaya commented 1 year ago

Is it possible to implement a feature where a major version is enough in .tool-versions?
Let's say I can use temurin-11 then asdf will pick up the latest installed temurin-11 for example: temurin-11.0.17+8

jdx commented 1 year ago

You can do this with rtx:

$ rtx install java@temurin-11
$ rtx local java@temurin-11
akkadaya commented 1 year ago

@jdxcode thank you for your reply but the main idea is to consolidate all tool version managers in one like asdf without compromising the quality and the functionality