We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd love to be able to use the quarkus:run goal but be able to use jdk preview features.
quarkus:run
i tried adding
<jvmArgs>--enable-preview --enable-native-access=ALL-UNNAMED</jvmArgs> <modules> <module>jdk.incubator.vector</module> </modules>
to the quarkus-maven-plugin config, but it doesn't work.
quarkus-maven-plugin
No response
The text was updated successfully, but these errors were encountered:
Hi @edeandrea ,I want to work on this.
Sorry, something went wrong.
@venugopal98 thanks for stepping up!
The changes need to go into https://github.com/quarkusio/quarkus/blob/1eaecd624368f156ecaeb8c52debbbd0961e5229/devtools/maven/src/main/java/io/quarkus/maven/RunMojo.java. The properties that @edeandrea mentions can be found in https://github.com/quarkusio/quarkus/blob/1eaecd624368f156ecaeb8c52debbbd0961e5229/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java, so you can handle them in similar way
Thanks, @geoand. Can you assign the issue to me? I will review the codebase and get back to you with any additional questions or details.
Done!
venugopal98
No branches or pull requests
Description
I'd love to be able to use the
quarkus:run
goal but be able to use jdk preview features.i tried adding
to the
quarkus-maven-plugin
config, but it doesn't work.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: