From 2b5b78d47c7eb28272380c710284de9853945b34 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 24 Jul 2020 17:47:47 +0200 Subject: [PATCH] Restore the right way to produce the smart-executor uber-jar --- uberjar.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/uberjar.xml b/uberjar.xml index e18dd68..5348cf9 100644 --- a/uberjar.xml +++ b/uberjar.xml @@ -7,9 +7,18 @@ jar ${file.separator} - - - runtime - - + + + target${file.separator}libs + ${file.separator} + true + 755 + + + target${file.separator}classes + ${file.separator} + true + 755 + + \ No newline at end of file