Skip to content
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

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

Closed
wants to merge 1 commit into from

Conversation

maxt
Copy link

@maxt maxt commented Aug 12, 2022

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

@jperedadnr
Copy link
Collaborator

Thanks for your PR, it should no longer be needed after #181, and plugin version 1.0.21-SNAPSHOT (from https://oss.sonatype.org/content/repositories/snapshots).

@jperedadnr jperedadnr closed this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nativeRunAgent task fails on modular project with Gradle 7.x
2 participants