/gradle-jlink-example

Use gradle to create a small runtime image with JLink.

Primary LanguageJavaMIT LicenseMIT

Build License

Create a minimal runtime image using Gradle and JLink.

Build & Run:

$ ./gradlew jlink
$ ./build/image/bin/launch
$ curl localhost:8080
PONG

System property 'java.home' is expected to point to a JDK