The idea is interesting.
At least for me, I'm not sure it is faster than my current workflow.
I'm usually checking the branch out and building+publishing it with Gradle.
And as I usually test the changes with multiple applications, I just
need to change the JavaFX version in the pom.xml or build.gradle.
Most of the time it is already set locally.
What would your workflow look like?
-- Marius
Am 09.09.2026 um 22:41 schrieb Christopher Schnick:
I just thought that since the GitHub workflows for any jfx repo PR
build and test the repository, would it be possible to build and
upload the .jars and .jmods to the PR workflow as well? That would
make it easier for some people to run applications to test those PRs
with the dependencies.