With Gradle, tasks.quarkusBuild.nativeArgs seems ignored #28518
Unanswered
antoniomacri
asked this question in
Q&A
Replies: 2 comments 1 reply
-
/cc @evanchooly, @geoand, @glefloch, @quarkusio/devtools |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use this expression: quarkusBuild { |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my Quarkus app, built with Gradle (and Kotlin), in the native artifact I need to include a resource from a dependency.
Specifically,
com.github.ua-parser:uap-java
contains ain its jar. I try to specify the inclusion in the native build with any of these:
but none works. I run the native tests with:
Instead, if I run with:
it works since the build is done as expected:
I'd like to specify the resource in the gradle config, not on the command line.
Am I missing something?
Reproducer: https://github.com/antoniomacri/quarkus-reproducer-native-resources
Beta Was this translation helpful? Give feedback.
All reactions