From 1926d2530ab7197eda20c9426866070deaaf77ac Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Wed, 30 Aug 2023 13:42:28 +0200 Subject: [PATCH] Quarkus 3: Fix before build (#3197) Co-authored-by: radtriste --- .ci/environments/quarkus-3/before.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/environments/quarkus-3/before.sh b/.ci/environments/quarkus-3/before.sh index c0a4a96f816..aeda81b1915 100755 --- a/.ci/environments/quarkus-3/before.sh +++ b/.ci/environments/quarkus-3/before.sh @@ -14,7 +14,7 @@ patch_file="${script_dir_path}"/patches/0001_before_sh.patch if [ "${ci}" = "true" ]; then # In CI we need the main branch snapshot artifacts deployed locally set -x - ${mvn_cmd} clean install -Dquickly + ${mvn_cmd} clean install -Dquickly -Dfull set +x fi