We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have found that issue #18 and PR #27 enabled the action to work on JavaFX projects, but it seems that this part lacks some documentation.
This would be very helpful if README can have more explicit record on it.
Unfortunately, I have not completely figure out how to make it work.
My understanding is, for a JavaFX project using Maven:
javafx-maven-plugin
pom.xml
distribution: 'zulu' cache: maven java-package: jdk+fx
mvn compile
mvn javafx:run
If this is correct and nothing was missing, I'm glad to help.
Additionally, I'm not sure why using other distribusion of jdk cannot work, even maven can download JavaFX dependencies automatically.
The text was updated successfully, but these errors were encountered:
Hi, @LingkKang 👋 Thanks for the issue, we will take a look and get back to you with updates.
Sorry, something went wrong.
No branches or pull requests
Description
I have found that issue #18 and PR #27 enabled the action to work on JavaFX projects, but it seems that this part lacks some documentation.
This would be very helpful if README can have more explicit record on it.
Are you willing to submit a PR?
Unfortunately, I have not completely figure out how to make it work.
My understanding is, for a JavaFX project using Maven:
javafx-maven-plugin
inpom.xml
according to Getting Started with JavaFXmvn compile
ormvn javafx:run
to compile/run the project in CIIf this is correct and nothing was missing, I'm glad to help.
Additionally, I'm not sure why using other distribusion of jdk cannot work, even maven can download JavaFX dependencies automatically.
The text was updated successfully, but these errors were encountered: