actions / setup-java

Set up your GitHub Actions workflow with a specific version of Java
MIT License
1.51k stars 730 forks source link

Add support for `.sdkmanrc` file in `java-version-file` parameter #669

Open fabasoad opened 1 month ago

fabasoad commented 1 month ago

Description: Add support for .sdkmanrc file in java-version-file parameter.

Justification: SDKMAN! is a popular package manager, especially for java ecosystem. Would be awesome to have an out of the box support for .sdkmanrc files in the same way as java-version-file currently supports .tool-versions by asdf.

Are you willing to submit a PR? I hope I can find some time to file a PR.

priyagupta108 commented 1 month ago

Hi @fabasoad 👋, Thank you for the feature request. We'll investigate it and get back to you as soon as we have updates.