build-jpackage icon indicating copy to clipboard operation
build-jpackage copied to clipboard

How to Create Platform-Specific Installers for Your Java Applications from GitHub Actions Using jpackage

How to Create Platform-Specific Installers for Your Java Applications from GitHub Actions Using jpackage

Demonstrates how to build and release installers for simple Java console applications using Gradle and Java jpackage with GitHub Actions. Gradle will package the dependencies, and jpackage will build the installer.

See How to Create Platform-Specific Installers for Your Java Applications from GitHub Actions.