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

Adopt Gradle JVM Toolchain #1085

Merged
merged 1 commit into from
May 31, 2022
Merged

Adopt Gradle JVM Toolchain #1085

merged 1 commit into from
May 31, 2022

Conversation

berngp
Copy link
Contributor

@berngp berngp commented May 31, 2022

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Changes in this PR

This commit adopts Gradle's JVM Toolchain support such that Gradle automatically finds a compatible JDK installed locally.
In an environment where folks have JDK 8 installed among others, such as 11 or 17, this enable Gradle to handle the switch to 8 automatically.

This commit adopts [Gradle's JVM Toolchain] support such that Gradle
automatically finds a compatible JDK installed locally.
In an environment where folks have JDK 8 installed among others, such as 11 or 17,
this enable Gradle to handle the switch to 8 automatically.

[Gradle's JVM Toolchain]: https://docs.gradle.org/current/userguide/toolchains.html
@berngp berngp merged commit c7af658 into master May 31, 2022
@berngp berngp deleted the feature/gradle-toolchain branch May 31, 2022 21:31
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.

None yet

1 participant