From b6c604ab4cb34e45f6d67c11a0661c938df8e1e9 Mon Sep 17 00:00:00 2001 From: Jason Katonica <122893202+jasonkatonica@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:06:22 -0400 Subject: [PATCH] Skip native compilation when testing bundled SDK (#184) When testing against an `SDK` that already includes `OpenJCEPlus` there is no reason to compile the native libraries as they are already included in the runtime. We should skip the native compilation and make use of the library included in the `SDK`` itself. Signed-off-by: Jason Katonica --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 384131a1..dfc66fd3 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,8 @@ ALL-UNNAMED + true + None_not_really_used_here @@ -309,6 +311,7 @@ exec + ${skip.native.compile} ${build.platform.value}