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

Update to gradle 8.13 and pin JVM version [MDG] #298

Open
wants to merge 2 commits into
base: 1.21.4-mdg
Choose a base branch
from

Conversation

lukebemish
Copy link

Pinning the JVM version this way means that a compatible JVM will be auto-provisioned even on machines where the main java installation is too old (which is still quite a few devices, unfortunately). One unfortunate side effect of this is that on a machine with a newer (compatible) JVM -- say, java 23 -- gradle will be ran with the older java 21 instead. Note that this won't change first-build times as the use of toolchains within project-level gradle would cause a java 21 installation to be located/downloaded anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant