beryx / badass-runtime-plugin

Create a custom runtime image of your non-modular application

Home Page:https://badass-runtime-plugin.beryx.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRs Welcome License Build Status

Badass Runtime Plugin

NOTE: Looking for co-maintainers - see this issue.

Using this Gradle plugin you can create custom runtime images for non-modularized applications. The plugin also lets you create an application installer with the jpackage tool.

đź’ˇ For modularized applications use the Badass-JLink plugin.

The plugin offers several tasks, such as: runtime, runtimeZip, suggestModules, or jpackage. It also adds an extension with the name runtime to let you configure various aspects of its operation. A simple example configuration is shown below:

runtime {
    options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages']
    modules = ['java.naming', 'java.xml']
}

The following projects illustrate how to use this plugin to create custom runtime images and/or platform-specific installers:

Please read the documentation before using this plugin.

See the list of all releases if you use an older version of this plugin.

About

Create a custom runtime image of your non-modular application

https://badass-runtime-plugin.beryx.org

License:Apache License 2.0


Languages

Language:Groovy 93.7%Language:Shell 5.6%Language:Java 0.5%Language:HTML 0.3%