From 9d3aa6e97694cfa10eebf21b293e45f68ccd841e Mon Sep 17 00:00:00 2001 From: Dusan Jakub Date: Mon, 25 Sep 2023 14:48:14 +0200 Subject: [PATCH] build uber jar --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d6c772b..465955b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,3 @@ quarkus.http.cors=true -quarkus.http.cors.origins=/.*/ \ No newline at end of file +quarkus.http.cors.origins=/.*/ +quarkus.package.type=uber-jar \ No newline at end of file