From 3f67eca132546e7d7ee2f95411043ce585cf528f Mon Sep 17 00:00:00 2001 From: Tommy Schmidt Date: Wed, 27 Dec 2023 19:45:22 +0100 Subject: [PATCH] chore: update native test maven profile --- pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d4ea9d..3f58c76 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,8 @@ 9.6 2.3.0 0.8.11 + + --enable-url-protocols=jar --strict-image-heap @@ -222,7 +224,29 @@ - --enable-url-protocols=jar --strict-image-heap + ${native-image-build-arguments} + + + + + + + + + nativeTest + + + + org.graalvm.buildtools + native-maven-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + + + ${native-image-build-arguments}