I know that the plugin already supports .java-version as legacy files but I moved to a new company where they use SDKMan as the default Java version manager and it would be great if this plugin could also support the .sdkmanrc files as legacy files.
Here's an example:
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=17.0.3-tem
I know that the plugin already supports
.java-version
as legacy files but I moved to a new company where they use SDKMan as the default Java version manager and it would be great if this plugin could also support the.sdkmanrc
files as legacy files.Here's an example: