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
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.
The text was updated successfully, but these errors were encountered:
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 usejlink
tool to generate the image from the dependencies.The text was updated successfully, but these errors were encountered: