Awesome
Badass Runtime Plugin Example
A small application that shows how to use the Badass Runtime Plugin.
Usage
Running with gradle:
./gradlew run
The following text should appear on your screen:
LOG: Hello, non-modular java!
Creating and executing a custom runtime image:
./gradlew runtime
cd build/image/bin
./hello
The following text should appear on your screen:
LOG: Hello, non-modular java!
Creating a platform-specific installer:
./gradlew jpackage
The above command will generate the platform-specific installers in the build/jpackage
directory.
:bulb: You can check the artifacts produced by the GitHub actions used to build this project and download an application package for your platform (such as from here).