rognan / gradle-jlink-example

Use gradle to create a small runtime image with JLink.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Use gradle to create a small runtime image with JLink.

License:MIT License


Languages

Language:Java 100.0%