Open samyc1201 opened 4 years ago
Hi Sam,
This issue is related to Client Maven Plugin, which is located here: https://github.com/gluonhq/client-maven-plugin
actually I encounter this issue while I am using javafxmobile-plugin 2.x
to build/deploy the sample project... not the client maven plugin...
I encounter some sort of reflection issue when I am using plugin 2.x version, I can't find a way to configure in gradle in order to force GraalVM to prepare reflection correctly. How can we do that in plugin 2.x?
Look like the maven plugin contain such required configuration, but how do we specify in gradle:
https://docs.gluonhq.com/client/#_reflectionlist
The error I encounter is as below:
The code that throwing error is as below: