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

Utilize Gradle Toolchain for Java/Gradle projects #1079

Closed
mdeinum opened this issue Jan 5, 2023 · 1 comment
Closed

Utilize Gradle Toolchain for Java/Gradle projects #1079

mdeinum opened this issue Jan 5, 2023 · 1 comment
Labels
for: external-project For an external project and not something we can fix status: duplicate

Comments

@mdeinum
Copy link

mdeinum commented Jan 5, 2023

As Gradle has some nice support for toolchains which make it quite easy to setup a JDK automatically. I think when using Gradle (the default now) as a build system, a java toolchain could be added with the selected version of Java.

That would make it easier to run, import etc. the Gradle project, especially if the user doesn't have the proper JDK installed, then Gradle will download a version and use it. It also allows to run Gradle with for instance JDK11 and run the compile/test etc with the JDK provided in the toolchain.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 5, 2023
@wilkinsona
Copy link
Contributor

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Jan 5, 2023
@wilkinsona wilkinsona added status: duplicate for: external-project For an external project and not something we can fix and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: external-project For an external project and not something we can fix status: duplicate
Projects
None yet
Development

No branches or pull requests

3 participants