gluonhq / gluonfx-gradle-plugin

Plugin that simplifies using Gluon Client for Java/JavaFX gradle projects
BSD 3-Clause "New" or "Revised" License
100 stars 22 forks source link

nativeRunAgent issue #162

Open Hugolarson opened 2 years ago

Hugolarson commented 2 years ago

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

UndeadDevel commented 1 year 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.