Skip to content

Configure Gradle toolchain auto-provisioning in build #3734

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

Closed
suneetk92 opened this issue Feb 10, 2025 · 0 comments · Fixed by #3735
Closed

Configure Gradle toolchain auto-provisioning in build #3734

suneetk92 opened this issue Feb 10, 2025 · 0 comments · Fixed by #3735

Comments

@suneetk92
Copy link
Contributor

Expected Behavior

Gradle provides a Auto-provisioning mode where it can automatically download the toolchain that matches the requirements of the build.

Current Behavior

User have to manually install the required JDK to sucessfully build the project.

Context

Similar to spring-framework

@sobychacko sobychacko added this to the 4.0.0-M1 milestone Feb 10, 2025
sobychacko pushed a commit that referenced this issue Feb 10, 2025
Fixes: #3734 

This commit configures the Foojay resolver plugin in the Gradle build to auto-provision
the required JDK distribution if it's not already present on the host.

Signed-off-by: Suneet Kumar <[email protected]>
Co-authored-by: Suneet Kumar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants