Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jpackage to build an App bundle for macOS #70

Open
gaurav opened this issue Apr 17, 2020 · 0 comments
Open

Use jpackage to build an App bundle for macOS #70

gaurav opened this issue Apr 17, 2020 · 0 comments

Comments

@gaurav
Copy link
Owner

gaurav commented Apr 17, 2020

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.

@gaurav gaurav changed the title Use universalJavaApplication to build App bundle for macOS Use jpackage to build an App bundle for macOS May 15, 2021
gaurav added a commit that referenced this issue May 15, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant