You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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
The text was updated successfully, but these errors were encountered: