Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.gradle: add javafx runtime dependency
JavaFX is not distributed with Oracle JDK any more from JDK11 onwards [1]. Our code uses javafx as our client platform. So it is unable to be compiled in JDK11 anymore. As we are moving to JDK11, let’s add javafx runtime dependency to gradle. Meanwhile, the dependency provided are platform specific. Let’s use the SystemUtils api provided by Apache [2] to specify the version of javafx dependency. [1]https://blogs.oracle.com/java-platform-group/the-future-of-javafx-and-other-java-client-roadmap-updates [2]http://commons.apache.org/proper/commons-lang/javadocs/api-release/index.html
- Loading branch information