Skip to content

Use gradle to create a small runtime image with JLink.

License

Notifications You must be signed in to change notification settings

rognan/gradle-jlink-example

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages