Re: Cross-platform JavaFX 11 deployment

2018-09-20 Thread Sverre Moe
An all-in-one solution does exist when using OpenJFX as an SDK instead as dependencies from Maven/Gradle. There was a discussion about empty JARs here on the mailingslist. A problem it seemed to be with Gradle and Eclipse The Gradle build instruction for Java 11 suggest setting platform as a

Cross-platform JavaFX 11 deployment

2018-09-20 Thread Geir Helleloid
I am working on moving my company's codebase from Java 8 to Java 11. Our build/deployment pipeline uses Maven, Jenkins, an internal Nexus repository, and custom deployment code. We deploy our software to multiple platforms (Linux, Windows, and Mac). I am wondering how to handle the JavaFX 11