You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to add a reflection- and a ressources-config.json. I copied the given snippet from the tutorial to include both files via applications.properties but one filename is wrong. It should be resources-config.json not resource-config.json. There is an s missing.
Edit:
There is an issue with the reflection chapter too. quarkus.native.additional-build-args =-H:ResourceConfigurationFiles=reflection-config.json
should be: quarkus.native.additional-build-args =-H:ReflectionConfigurationFiles=reflection-config.json
The text was updated successfully, but these errors were encountered:
gwenneg
transferred this issue from quarkusio/quarkusio.github.io
Nov 21, 2019
Hello,
i tried to add a reflection- and a ressources-config.json. I copied the given snippet from the tutorial to include both files via applications.properties but one filename is wrong. It should be
resources-config.json
notresource-config.json
. There is ans
missing.https://quarkus.io/guides/writing-native-applications-tips#including-resources
Can you please correct it? Thank you
Edit:
There is an issue with the reflection chapter too.
quarkus.native.additional-build-args =-H:ResourceConfigurationFiles=reflection-config.json
should be:
quarkus.native.additional-build-args =-H:ReflectionConfigurationFiles=reflection-config.json
The text was updated successfully, but these errors were encountered: