gluonfx-gradle-plugin icon indicating copy to clipboard operation
gluonfx-gradle-plugin copied to clipboard

fixes #128 - throw away redundant shenanigans with classpath & module…

Open maxt opened this issue 2 years ago • 0 comments

An attempt to fix #128 and #157. --module-path has already configured by org.openjfx:javafx-plugin which is used side by side with this plugin. There is no need to spoil this configuration with this redundant work.

As reported in issues - nativeRunAgent doesn't work at all and this modification fixes it. Tested with Gradle 7.4.2

maxt avatar Aug 12 '22 22:08 maxt