From 371f0414eef019c1977260b00d2e5221d9dc8f80 Mon Sep 17 00:00:00 2001 From: Mitch Gaffigan Date: Fri, 11 Jul 2025 11:45:24 -0500 Subject: [PATCH] Skip JAR permissions for unsigned builds Signed-off-by: Mitch Gaffigan Issue: https://github.com/OpenIntegrationEngine/engine/issues/138 --- server/build.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/server/build.xml b/server/build.xml index 9aa6606c1..b49139b87 100644 --- a/server/build.xml +++ b/server/build.xml @@ -1051,22 +1051,6 @@ - - - - - - - - - - - - - - - - @@ -1076,6 +1060,22 @@ + + + + + + + + + + + + + + + +