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

Create task for generating modular runtime images with jlink #18

Open
zyxist opened this issue Mar 14, 2018 · 0 comments
Open

Create task for generating modular runtime images with jlink #18

zyxist opened this issue Mar 14, 2018 · 0 comments

Comments

@zyxist
Copy link
Owner

zyxist commented Mar 14, 2018

Modular runtime images have been introduced in Java 9 as a new way for distributing Java apps as monolithic artifacts. The runtime image consists both of necessary JDK modules, and app modules, and it is optimized for increased startup times, and lower memory consumption.

Gradle Chainsaw Plugin could offer a task installRuntimeImage that would use jlink tool to generate the image from the dependencies.

@zyxist zyxist added this to the chainsaw-0.4.0 milestone Mar 14, 2018
@zyxist zyxist mentioned this issue Mar 16, 2018
@zyxist zyxist changed the title Create task for generating modular runtime images Create task for generating modular runtime images with jlink Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant