Closed cleydyr closed 2 years ago
Hi @cleydyr. Failing to build with JDK 8 is unfortunately the outcome of making Briss work for newer Java versions. As JavaFX was removed from all Java versions above 8 I had to add the external dependency for it. Because this external dependency is just available compiled for later versions than 8 you see this error. I am not sure if there is a way to still support (compiling with) Java 8 alongside supporting newer versions.
I'll close this issue for now. I think JDK 8 is not widely used any longer.
Steps to reproduce
./gradlew distZip
Expected behavior
The project builds successfully.
Current behavior
The build fails with an error message (see below).
Reproduced on master 066f376641cc119ddd021866c402662dd252df01
Java version
Also tested with Docker container (image
openjdk:8-buster
)Console output/errors