How to add *.yml files from the third party libraries to the include argument (-H:IncludeResources) #7597
Unanswered
saasvantage
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used this in my pom.xml
But still I am getting the exception while running the native executable
Caused by: java.lang.IllegalArgumentException: argument "src" is null
at com.fasterxml.jackson.databind.ObjectMapper._assertNotNull(ObjectMapper.java:4980) ~[2.15.2]
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3824) ~[2.15.2]
at io.github.mngsk.devicedetector.device.AbstractDeviceParser.(AbstractDeviceParser.java:32)
Beta Was this translation helpful? Give feedback.
All reactions