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

Add support for Java Toolchains in Quarkus Gradle plugin #44392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joschi
Copy link

@joschi joschi commented Nov 8, 2024

Add support for Toolchains for JVM projects to the Quarkus Gradle plugin.

The implementation tries to be close to the one used in the Gradle JavaExec task, assuming this is The Way™ since that isn't always quite clear in Gradle. 😓

Closes #20452

Copy link

quarkus-bot bot commented Nov 8, 2024

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • title should preferably start with an uppercase character (if it makes sense!)
  • title should not start with chore/docs/feat/fix/refactor but be a proper sentence

This message is automatically generated by a bot.

@joschi joschi force-pushed the issue-20452-gradle-java-toolchain branch from 3673d23 to fb911c8 Compare November 8, 2024 18:54
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels Nov 8, 2024
@joschi joschi changed the title feat: support for Java Toolchains in Quarkus Gradle plugin Add support for Java Toolchains in Quarkus Gradle plugin Nov 8, 2024
@joschi joschi force-pushed the issue-20452-gradle-java-toolchain branch from fb911c8 to bde1d73 Compare November 12, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gradle plugin resp. quarkusBuild task does not honor toolchain definitions
1 participant