actions / setup-java

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

Add support for downloading and running JDK builds #612

Open BlueGoliath opened 3 months ago

BlueGoliath commented 3 months ago

Description: Add an option to set a URL for a JDK build which setup-java will use to download, uncompress, and run per arch.

Justification: I often use unreleased Java versions not supported by this plugin(e.g. Java 22) and would like to use it.

HarithaVattikuti commented 3 months ago

Hello @BlueGoliath Thank you for creating this feature request. We will investigate it and get back to you as soon as we have some feedback.

brunoborges commented 4 weeks ago

@HarithaVattikuti any update on this issue? It would potentially address other needs as well.