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 jvmArgs option to Quarkus Gradle plugin task quarkusRun #36793

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

aloubyansky
Copy link
Member

@aloubyansky aloubyansky commented Oct 31, 2023

This change adds jvmArgs option to the quarkusRun command that could be set for example as

tasks.quarkusRun {
    jvmArgs = listOf("--enable-preview")
}

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels Oct 31, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 31, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@aloubyansky aloubyansky merged commit 7de523b into quarkusio:main Oct 31, 2023
20 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.6 - main milestone Oct 31, 2023
@gsmet gsmet modified the milestones: 3.6 - main, 3.5.1 Nov 6, 2023
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.

3 participants