-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nativeRunAgent task fails on modular project with Gradle 7.x #128
Comments
So this may be my issue as well then, the plugin fails for me with any version above 0.1.36, .37 being the one that added that task. |
So, not to be annoying, but is this plugin still under active development? Seems like the issue responses are not very active. The problem here is that I want to use JavaFX and GraalVM on a big project, as this is my first project with them it would be nice to know if that combination is a good one still. Is the Maven plugin working for anyone, if so I may then need to switch systems. |
The current version of both plugins (Maven/Gradle) is 1.0.6. You still seem to use the old plugin or mixed up the version numbers. |
@vgroenewold Both Maven and Gradle plugin are under active development. The most recent release version v1.0.6 is just 8 days old. |
I also tried the new versions and they give this exact problem as well unfortunately. All versions after the version that added the nativeRunAgent task are failing for me. Now trying maven to see if that does not show this specific issue. |
So just switched to Maven and there the runagent works, still have a javafx config issue somewhere but no problems with applying the plugin. |
I have the same issue, using gradle 7.2 and com.gluonhq.gluonfx-gradle-plugin' version '1.0.7' |
If i create a clean project and only adding
i added the javafxplugin manually after that my sync task was successful. I am not a gradle plugin developer, but i've found |
So it's an installation issue then? Can that not be addressed? |
I have the same issue, when running nativeRunAgent, I get:
While nativeBuild do work. |
Same problem. So, I have: Haven't found any solution or workaround yet. |
The plugin and Gradle both adds
--module-path
to thejava
command and the later over-writes the former causing the task to failThe text was updated successfully, but these errors were encountered: