From 4dd18d03f04c18823b4d2607e494fa357d011272 Mon Sep 17 00:00:00 2001 From: fszimnau Date: Wed, 19 Nov 2025 11:03:28 +0100 Subject: [PATCH] added explanatory comment --- deployProject.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deployProject.sh b/deployProject.sh index 03cced8..84a8483 100644 --- a/deployProject.sh +++ b/deployProject.sh @@ -8,6 +8,7 @@ fi rm -r dist/* 2>/dev/null; dir=$(pwd) cd target; +# jar [...] --manifest=[...] with main class does work when running with "java -jar" but not with "java --module-path" # --create --file <=> cf jar --create --file=../dist/zeitlaeufer.jar --main-class=de.szimnau.zeitlaeufer.Main ./**/*; cd $dir