Closed tribbloid closed 4 years ago
Good point, thanks for the heads up. JavaFX is not strictly required unless you want to render the plots, so we might as well remove this dependency altogether.
Thanks a lot, Does OpenJFX has a variant compatible with JVM 8? I may submit a refactoring to leverage this
I don't remember the exact story but IIRC originally it was packaged with JRE 8 then it was spun off into a separate project around 11. Probably best to just remove the dependency and create a separate Gradle project for the demos. Everything else is JRE 8 compatible.
Currently, running
./gradlew test
under Java 8 generates the following output:This seems to imply that support for Java 8 and OpenJDK 8 (which is still the mainstream java environment due to license issues) is discarded in favour of java 11.
Can we revise the gradle build file such that it supports cross-compiilation for both Java 8 and Java 11?