Open MarceloRuiz opened 8 months ago
I don't know about that specific error, but 0.1.0 made some big changes and there's a migration guide from 0.0.14 in the README: https://github.com/openjfx/javafx-gradle-plugin#migrating-from-0014-to-010. Maybe that will help.
@nlisker Thanks for the link, I was aware of it, but it did not help in my case...
I have a multi-module Quarkus Application (that uses the jandex plugin to allow bean discovery) that works fine with plugin 0.0.14:
but when the plugin is updated to version 0.1.0, the build fails with the following error:
How can this be solved? I can provide a minimal application in a zip file if needed. Thanks!