An open API service indexing awesome lists of open source software.

https://github.com/sualeh/build-jpackage

How to Create Platform-Specific Installers for Your Java Applications from GitHub Actions Using jpackage
https://github.com/sualeh/build-jpackage

actions

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://dev.to/sualeh/how-to-create-platform-specific-installers-for-your-java-applications-from-github-actions-2c15).