Helloworld in Java (JLINK)
The https://github.com/jreleaser/helloworld-java-jlink repository shows how to configure GitHub Actions and JReleaser to:
-
compile a helloworld app with bundled Java Runtimes using jlink for:
-
linux-x86_64
-
linux-aarch_64
-
osx-x86_64
-
osx-aarch_64
-
windows-x86_64
-
windows-aarch_64
-
-
assemble zip distributions with JReleaser
-
create rolling early-access releases with JReleaser on every push to
main
branch