-
Notifications
You must be signed in to change notification settings - Fork 20
Build Correo
Frieder edited this page Feb 6, 2024
·
9 revisions
- Install Java 17 or later e.g. from here https://www.azul.com/downloads/zulu-community/ (Note: No JavaFX is required, as it is handled via maven)
mvn clean install
java -jar target/shade/correomqtt-1.0-SNAPSHOT-runnable.jar
Usually there is no need to do this on your own as the github action will do this.
If you want to know how to build native installers with jpackage for Linux, MacOSX or Windows, take a look to .github/workflows/main.yml
.
QUICK NAV
For users
For developers