Replies: 2 comments
-
/cc @zakkak (native-image) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@RF-Flores have you tried
? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I attempting to add a file and access it (unsuccessfully) in my native executable.
I am following this official guide. The file i wish to include is located in src/main/resources/data directory.
I have added the following to the application.properties :
quarkus.native.resources.includes=data/**
(it is not being overwritten by a qa profile property)However, when the application is running it is unable to find the file with the following class loader paths:
I am building my native executable and pushing it to a registry directly with the following:
./mvnw package -Dquarkus.profile=qa -Dnative -Dquarkus.native.container-build=true
All of these are returning a null URL. Am i missing something or some detail?
Beta Was this translation helpful? Give feedback.
All reactions