Open craigraw opened 8 months ago
This PR adds support for building JavaFX apps using Monocle, by detecting the system property java.awt.headless.
java.awt.headless
A monocle build can thus be made using (for example):
./gradlew -Djava.awt.headless=true run
This PR adds support for building JavaFX apps using Monocle, by detecting the system property
java.awt.headless
.A monocle build can thus be made using (for example):