Hello folks. I have a slightly outdated Gradle pro...
# javafx
s
Hello folks. I have a slightly outdated Gradle project using JavaFX (not yet migrated to TornadoFX). I try to build it via Gradle and Github Actions -> I installed via apt-get install openjfx. However it would still complain about javafx package not found. I have a VM here with a similiar setup which works locally. I am a bit confused. Maybe somebody could assist? I could share the CI.yml for the Github action file.
Actually I use the java-setup action in Github actions
I presume the JAVA_PATH might getting screwed
otherwise it's the same Ubuntu 16.04 and OpenJDK 8.
anyone? 😄