From e4b8743097d4dbf63934544f2781507964bc99ab Mon Sep 17 00:00:00 2001 From: neodiX Date: Sun, 11 Aug 2024 12:36:21 +0200 Subject: [PATCH] put back uber jar creation) --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index d53e8f5..1fc0fc5 100644 --- a/pom.xml +++ b/pom.xml @@ -459,6 +459,32 @@ + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven.assembly.plugin.version} + + + package + + single + + + MyLocalTon + false + + + org.ton.main.Main + + + + jar-with-dependencies + + + + + \ No newline at end of file