Skip to content

Commit

Permalink
Bump JavaFX to version 15ea+3
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed May 26, 2020
1 parent d49ecdf commit 212ca4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ant/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jar.index=true
# See also qz.common.Constants.java
javac.source=1.8
javac.target=1.8
javafx.version=15.ea+0_monocle
javafx.version=15.ea+3_monocle
javafx.mirror=https://download2.gluonhq.com/openjfx/15
java.download=https://adoptopenjdk.net/?variant=openjdk11
5 changes: 1 addition & 4 deletions src/qz/printer/action/WebApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ public static synchronized void initialize() throws IOException {
}
if (useMonocle) {
log.trace("Initializing monocle platform");

System.setProperty("javafx.platform", "monocle"); // Standard JDKs
System.setProperty("glass.platform", "Monocle"); // Headless JDKs
System.setProperty("monocle.platform", "Headless");
System.setProperty("javafx.platform", "monocle");

//software rendering required headless environments
if (headless) {
Expand Down

0 comments on commit 212ca4e

Please sign in to comment.