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
- Host: GitHub
- URL: https://github.com/sualeh/build-jpackage
- Owner: sualeh
- Created: 2020-11-17T18:22:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:17:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T20:13:37.905Z (about 1 year ago)
- Topics: actions
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).