Open Hugolarson opened 2 years ago
Can confirm on my end; it says files not found and crashes, leaving the .lock file even...it's the 6 json files in META-INF/native-image. Creating those manually via touch command also fails, as it then goes on to try to read them as json files and crashes again.
Hello,
I think there is something wrong with nativeRunAgent. It does not create files, like the maven gluonfx:runagent, in main\resources\META-INF\native-image\
I attached a project. With gradle it does not work like maven task.
HelloFX.zip