You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current javaApplicationStub no longer works for macOS. jpackage was released with Java 16 as the official solution to this problem. Unfortunately, it doesn't appear to have built-in support for Maven yet -- we could execute it via the Maven Exec plugin.
The text was updated successfully, but these errors were encountered:
This PR removes the previously used Ant build environment and replaces it with Maven. It also increases the minimum supported Java version to Java 11 (the last LTS version, released in Sep 2018). It includes instructions on building Zip files that contain the JAR files, example files and documentation. It does not include binary releases (#70) or tests (apart from Spotless); we'll fix that in another PR.
The current javaApplicationStub no longer works for macOS. jpackage was released with Java 16 as the official solution to this problem. Unfortunately, it doesn't appear to have built-in support for Maven yet -- we could execute it via the Maven Exec plugin.
The text was updated successfully, but these errors were encountered: