From 16a9d019ab3cbb7e5e56df9e525c6e073818ce36 Mon Sep 17 00:00:00 2001 From: Jonas Pohl Date: Sun, 7 Jan 2024 12:08:10 +0100 Subject: [PATCH] WIP --- .github/workflows/deploy-deb.yml | 0 pom.xml | 74 ++++++++++++++++++++++++++++++-- 2 files changed, 70 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/deploy-deb.yml diff --git a/.github/workflows/deploy-deb.yml b/.github/workflows/deploy-deb.yml new file mode 100644 index 0000000..e69de29 diff --git a/pom.xml b/pom.xml index 16dc299..2ab0ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,8 @@ UTF-8 16 5.8.2 - 10.17.1.0 + 10.16.1.1 + 1.18.24 @@ -19,8 +20,13 @@ maven-compiler-plugin 3.8.1 - 21 - 21 + + + org.projectlombok + lombok + ${lombok.version} + + @@ -205,7 +211,7 @@ org.projectlombok lombok - 1.18.30 + ${lombok.version} @@ -233,4 +239,64 @@ test + + + + + linux-deb + + + + org.panteleyev + jpackage-maven-plugin + + DEB + true + RobbiSimulator + Utilities + Utilities + + + + + + + jpackage + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + true + 1 + true + true + RobbiSimulator + RobbiSimulator + launcher + com.JayPi4c.RobbiSimulator.Launcher + + + + org.panteleyev + jpackage-maven-plugin + 1.6.0 + + RobbiSimulator + JayPi4c + target/dist + com.JayPi4c.RobbiSimulator.Launcher + target/RobbiSimulator + ./jpackage + + + + + + + + + \ No newline at end of file