Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK Toolchain Discovery and Provisioning for Gradle Daemons #96

Open
big-guy opened this issue Oct 23, 2024 · 0 comments
Open

JDK Toolchain Discovery and Provisioning for Gradle Daemons #96

big-guy opened this issue Oct 23, 2024 · 0 comments
Milestone

Comments

@big-guy
Copy link
Member

big-guy commented Oct 23, 2024

Similar to toolchains for JVM, Gradle will support declaring, discovering and provisioning JDK toolchains to be used to run the Gradle build itself. This will make it possible for a build to declare that it must run with JVM 17 and either fail the build if the wrong version is used or auto-provision a compatible JVM.

Discovery has been partially supported since 8.8, but auto-provisioning will be added by EOY 2024.

@big-guy big-guy added this to the 8.12 milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant