From c2574c481feefa487c704f68885deb3fe20f4009 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 15 Mar 2024 13:03:53 +0100 Subject: [PATCH] Actually create the uberjar --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index f4e996d..28d65b4 100644 --- a/build.py +++ b/build.py @@ -97,6 +97,7 @@ def package_frontend(project): @task def package_uberjar(project): + run("lein uberjar", shell=True, check=True) run( "sha256sum target/uberjar/c4k-nextcloud-standalone.jar > target/uberjar/c4k-nextcloud-standalone.jar.sha256", shell=True,